From f47ec961a14505dee596d10f35c4dd4a502fba7a Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 26 Jan 2018 12:40:08 +1000 Subject: [PATCH] Version 0.6a --- mini_al.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mini_al.h b/mini_al.h index 7812cef1..0c21cf1e 100644 --- a/mini_al.h +++ b/mini_al.h @@ -1,5 +1,5 @@ // Audio playback and capture library. Public domain. See "unlicense" statement at the end of this file. -// mini_al - v0.x - xxxx-xx-xx +// mini_al - v0.6a - 2018-01-26 // // David Reid - davidreidsoftware@gmail.com @@ -11494,7 +11494,8 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) // REVISION HISTORY // ================ // -// v0.x - xxxx-xx-xx +// v0.6a - 2018-01-26 +// - Fix errors with channel mixing when increasing the channel count. // - Improvements to the build system for the OpenAL backend. // - Documentation fixes. //