PulseAudio: Default to a blocking main loop.

This commit is contained in:
David Reid
2024-08-05 10:34:01 +10:00
parent d46e19fb47
commit 61586de203
2 changed files with 4 additions and 1 deletions
-1
View File
@@ -12,7 +12,6 @@ v0.11.22 - TBD
* AAudio: The default minimum SDK version has been increased from 26 to 27 when enabling AAudio. If you need to support version 26, you can use `#define MA_AAUDIO_MIN_ANDROID_SDK_VERSION 26`.
* AAudio: Fix ma_device_get_info() implementation
* PulseAudio: Allow setting the channel map requested from PulseAudio in device configs
* PulseAudio: Attempt to fix a deadlock. This involves converting the PulseAudio main loop from blocking to non-blocking. To restore the old blocking behaviour, you can do so via the device config: `deviceConfig.pulse.blockingMainLoop = MA_TRUE`.
v0.11.21 - 2023-11-15