aboutsummaryrefslogtreecommitdiff
path: root/mixer.c
Commit message (Collapse)AuthorAgeFilesLines
* replaced the custom wav decoder for the general Pcm one using the audio(1) ones.rodri2023-10-021-275/+90
|
* add a mixer and some background sfx.rodri2023-10-011-0/+762
also postponed the connection establishment until the subsystem initialization is complete. there's no point in taking a seat you're going to leave milliseconds after a local resource failure.