Allow setting the channel map that is requested from PulseAudio

This commit is contained in:
Timo Schwarzer
2024-08-03 12:04:53 +02:00
committed by David Reid
parent e1328d9d8a
commit d87230b4bd
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -11,6 +11,7 @@ v0.11.22 - TBD
* Web: Fix a JavaScript error when initializing and then uninitializing a context before any interactivity.
* 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
v0.11.21 - 2023-11-15