Version 0.10.26

This commit is contained in:
David Reid
2020-11-24 17:55:09 +10:00
parent 992128da9f
commit d6864c5ab5
3 changed files with 1235 additions and 665 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.26 - TBD
miniaudio - v0.10.26 - 2020-11-24
David Reid - mackron@gmail.com
@@ -64249,7 +64249,7 @@ The following miscellaneous changes have also been made.
/*
REVISION HISTORY
================
v0.10.26 - TBD
v0.10.26 - 2020-11-24
- WASAPI: Fix a bug where the exclusive mode format may not be retrieved correctly due to accessing freed memory.
- Fix a bug with ma_waveform where glitching occurs after changing frequency.
- Fix compilation with OpenWatcom.