From ecb139a791b1f8fec23793980b501a2de0c79467 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 29 Aug 2020 16:50:58 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index 4b2be984..d08e5fcd 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -62528,6 +62528,7 @@ The following miscellaneous changes have also been made. REVISION HISTORY ================ v0.10.18 - TBD + - Fix build errors with VC6. - Fix a bug in channel converter for s32 format. - Change channel converter configs to use the default channel map instead of a blank channel map when no channel map is specified when initializing the config. This fixes an issue where the optimized mono expansion path would never get used.