From 81a18ca6d969f489de00549bb270b8bdafe09c8d Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 12 Apr 2020 10:42:38 +1000 Subject: [PATCH] Version 0.10.4 --- miniaudio.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index 4aa92295..0abc80ae 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -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 - 2020-04-07 +miniaudio - v0.10.4 - 2020-04-12 David Reid - davidreidsoftware@gmail.com @@ -42410,6 +42410,9 @@ The following miscellaneous changes have also been made. /* REVISION HISTORY ================ +v0.10.4 - 2020-04-12 + - Fix a data conversion bug when converting from the client format to the native device format. + 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.