You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ v0.11.22 - TBD
21
21
* WASAPI: Fix an error when stopping the device where it was possible miniaudio would not wait for the device to be drained due to an error with the wait time calculation.
22
22
* WASAPI: Fix a COM related crash with device rerouting.
23
23
* DirectSound: Add support for specifying an explicit window handle for SetCooperativeLevel().
24
+
* ALSA: Fix a bug where a playback device can fail to start.
24
25
* ALSA: Fix some warnings relating to unhandled return value of `read()`.
25
26
* 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.
26
27
* Web: Fix an error with the unlocked notification when compiling as C++.
0 commit comments