From f78bcbf93ca194357befc8f139170e3da6e686e2 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 11 Jul 2020 11:23:44 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/miniaudio.h b/miniaudio.h index 604c754c..285705dd 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -61969,6 +61969,8 @@ v0.10.13 - TBD - Fix compilation error on Emscripten. - Silence some unused function warnings. - Increase the default buffer size on the Web Audio backend. This fixes glitching issues on some browsers. + - Bring FLAC decoder up-to-date with dr_flac. + - Bring MP3 decoder up-to-date with dr_mp3. v0.10.12 - 2020-07-04 - Fix compilation errors on the iOS build.