From 1a851bb3c8080dff4bbbce60721f40c7fd574492 Mon Sep 17 00:00:00 2001 From: David Reid Date: Wed, 15 May 2019 17:29:23 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index c1f74d4a..e3c9dcd0 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -33023,6 +33023,7 @@ REVISION HISTORY v0.9.5 - 2019-xx-xx - Add logging to ma_dlopen() and ma_dlsym(). - Add ma_decoder_get_length_in_pcm_frames(). + - Fix a bug with capture on the OpenSL|ES backend. v0.9.4 - 2019-05-06 - Add support for C89. With this change, miniaudio should compile clean with GCC/Clang with "-std=c89 -ansi -pedantic" and