Fix a deadlock when starting a device fails.

Public issue https://github.com/mackron/miniaudio/issues/399
This commit is contained in:
David Reid
2022-01-13 18:28:40 +10:00
parent 26e2a59ffb
commit 981d05ae8d
2 changed files with 9 additions and 3 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
v0.11.5 - TBD
=============
* Support has been added for automatic stream routing with the AAudio backend.
* Support has been added for automatic stream routing with the AAudio backend.
* A bug has been fixed that results in a deadlock when starting a device.
---------------------------------------------------------------------------------------------------