aboutsummaryrefslogtreecommitdiff
path: root/mixer.c
Commit message (Collapse)AuthorAgeFilesLines
* get rid of duplicate AudioSource init procedures.rodri2023-10-101-201/+143
| | | | also changed the name of some of the mixer functions.
* 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.