mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Update change history.
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
v0.11.22 - TBD
|
v0.11.22 - TBD
|
||||||
=====================
|
=====================
|
||||||
|
* Fix a bug relating to node detachment.
|
||||||
* ALSA: Fix some warnings relating to unhandled return value of `read()`.
|
* ALSA: Fix some warnings relating to unhandled return value of `read()`.
|
||||||
* DirectSound: Add support for specifying an explicit window handle for SetCooperativeLevel().
|
* 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.
|
* 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.
|
||||||
* Web: Fix an error with the unlocked notification when compiling as C++.
|
* Web: Fix an error with the unlocked notification when compiling as C++.
|
||||||
|
* 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`.
|
||||||
|
|
||||||
|
|
||||||
v0.11.21 - 2023-11-15
|
v0.11.21 - 2023-11-15
|
||||||
|
|||||||
Reference in New Issue
Block a user