aboutsummaryrefslogtreecommitdiff
path: root/mixer.h
Commit message (Collapse)AuthorAgeFilesLines
* get rid of unused wav structs from the mixer.rodri2023-10-021-18/+0
|
* replaced the custom wav decoder for the general Pcm one using the audio(1) ones.rodri2023-10-021-3/+0
|
* add a mixer and some background sfx.rodri2023-10-011-0/+123
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.