Version 0.10.3

This commit is contained in:
David Reid
2020-04-07 18:09:54 +10:00
parent 41220f368d
commit 10988da584
+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.3 - TBD
miniaudio - v0.10.3 - 2020-04-07
David Reid - davidreidsoftware@gmail.com
@@ -42410,7 +42410,7 @@ The following miscellaneous changes have also been made.
/*
REVISION HISTORY
================
v0.10.3 - TBD
v0.10.3 - 2020-04-07
- Bring up to date with breaking changes to dr_mp3.
- Remove MA_NO_STDIO. This was causing compilation errors and the maintenance cost versus practical benefit is no longer worthwhile.
- Fix a bug with data conversion where it was unnecessarily converting to s16 or f32 and then straight back to the original format.