Skip to content

Commit 5e1b94c

Browse files
switch sound effects to SDL3 device management
Continue using OpenAL for mixing, but feed the result to SDL3 for playback rather than having OpenAL with the physical audio device. Outside of the minor init changes OpenAL can be used as normal. Bug fix: when querying the default playback device openal-soft will always return "OpenAL Soft". So instead use the all_device_specifier if supported (which it will be in this case) to get the proper default device name.
1 parent 76c131c commit 5e1b94c

4 files changed

Lines changed: 281 additions & 114 deletions

File tree

0 commit comments

Comments
 (0)