Version 0.10.34

This commit is contained in:
David Reid
2021-04-26 16:32:00 +10:00
parent 16a605eebd
commit 994cda44b5
3 changed files with 298 additions and 69 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
/*
Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file.
miniaudio - v0.10.34 - TBD
miniaudio - v0.10.34 - 2021-04-26
David Reid - mackron@gmail.com
@@ -64800,7 +64800,7 @@ The following miscellaneous changes have also been made.
/*
REVISION HISTORY
================
v0.10.34 - TBD
v0.10.34 - 2021-04-26
- WASAPI: Fix a bug where a result code is not getting checked at initialization time.
- WASAPI: Bug fixes for loopback mode.
- ALSA: Fix a possible deadlock when stopping devices.