Fix amplification with ma_device_set_master_volume().

Public issue https://github.com/mackron/miniaudio/discussions/800
This commit is contained in:
David Reid
2024-01-12 08:10:53 +10:00
parent fd3c1b0af0
commit a4aa0dc404
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
v0.11.22 - TBD
=====================
* Fix a bug relating to node detachment.
* Fix a bug where amplification with `ma_device_set_master_volume()` does not work.
* ALSA: Fix some warnings relating to unhandled return value of `read()`.
* DirectSound: Add support for specifying an explicit window handle for SetCooperativeLevel().
* Web: Fix ScriptProcessorNode path when compiling with `--closure=1`. Note that the Audio Worklets path is not currently working due to the callback specified in `emscripten_create_wasm_audio_worklet_processor_async` never getting fired.