Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] Enable openal-soft backend for Pipewire and PulseAudio for Linux.
1. Enable backend: Pipewire, PulseAudio, and ALSA. It's OK to enable all of them because openal-soft loads them via dlopen(). See alc/backends for details. 2. Sndio is explicitly disabled. It's not a widely used backend. 3. ALSA should not be the only backend because it does not have a lot of features like sound mixing. For macOS and Windows - We use default settings so they will use CoreAudio and DirectSound.
- Loading branch information