Version 0.10.38

This commit is contained in:
David Reid
2021-07-14 20:46:38 +10:00
parent 922c95997e
commit 0f5cb7829d
3 changed files with 137 additions and 38 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.38 - TBD
miniaudio - v0.10.38 - 2021-07-14
David Reid - mackron@gmail.com
@@ -69393,7 +69393,7 @@ The following miscellaneous changes have also been made.
/*
REVISION HISTORY
================
v0.10.38 - TBD
v0.10.38 - 2021-07-14
- Fix a linking error when MA_DEBUG_OUTPUT is not enabled.
- Fix an error where ma_log_postv() does not return a value.
- OpenSL: Fix a bug with setting of stream types and recording presets.