Version 0.10.17

This commit is contained in:
David Reid
2020-08-28 20:36:58 +10:00
parent 3b840235f9
commit a8557e82da
3 changed files with 41 additions and 14 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.17 - TBD
miniaudio - v0.10.17 - 2020-08-28
David Reid - davidreidsoftware@gmail.com
@@ -62485,7 +62485,7 @@ The following miscellaneous changes have also been made.
/*
REVISION HISTORY
================
v0.10.17 - TBD
v0.10.17 - 2020-08-28
- Fix an error where the WAV codec is incorrectly excluded from the build depending on which compile time options are set.
- Fix a bug in ma_audio_buffer_read_pcm_frames() where it isn't returning the correct number of frames processed.
- Fix compilation error on Android.