From 891258a5b0c463ada17c544c438fb6fe6d4f148c Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 25 Feb 2018 20:32:50 +1000 Subject: [PATCH] Version 0.7 The main changes for this version is the decoder API. --- mini_al.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mini_al.h b/mini_al.h index e7394ccc..0b8c3b90 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.xx - 2018-xx-xx +// mini_al - v0.7 - 2018-02-25 // // David Reid - davidreidsoftware@gmail.com @@ -13097,7 +13097,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) // REVISION HISTORY // ================ // -// v0.xx - 2018-xx-xx +// v0.7 - 2018-02-25 // - API CHANGE: Change mal_src_read_frames() and mal_dsp_read_frames() to use 64-bit sample counts. // - Add decoder APIs for loading WAV, FLAC, Vorbis and MP3 files. // - Allow opening of devices without a context.