From b15dcb691c966993b4409ba918f77ef62f9ea65d Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 10 May 2020 12:40:41 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index a2f94c25..39cc8702 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -42809,6 +42809,7 @@ v0.10.6 - TBD - ma_version() - ma_version_string() - Fix a bug in shuffle mode in ma_channel_converter. + - The data callback now initializes the output buffer to 128 when the playback sample format is ma_format_u8. v0.10.5 - 2020-05-05 - Change ma_zero_pcm_frames() to take a 64-bit frame count.