From b1ca581019328fb3bfacd9d2951204d1455ede21 Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 8 Dec 2017 20:16:55 +1000 Subject: [PATCH] Prepare version 0.6. --- mini_al.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mini_al.h b/mini_al.h index 9266e878..4f81bdfd 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 - 2017-xx-xx +// mini_al - v0.6 - 2017-12-08 // // David Reid - davidreidsoftware@gmail.com @@ -11484,7 +11484,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) // REVISION HISTORY // ================ // -// v0.x - 2017-xx-xx +// v0.6 - 2017-12-08 // - API CHANGE: Expose and improve mutex APIs. If you were using the mutex APIs before this version you'll // need to update. // - API CHANGE: SRC and DSP callbacks now take a pointer to a mal_src and mal_dsp object respectively. @@ -11497,7 +11497,7 @@ void mal_pcm_f32_to_s32(int* pOut, const float* pIn, unsigned int count) // - Add mal_convert_frames(). This is a high-level helper API for performing a one-time, bulk conversion of // audio data to a different format. // - Improvements to f32 -> u8/s16/s24/s32 conversion routines. -// - Fix a bug where the wrong value is returned from mal_device_start() for the OpenSL and SDL backends. +// - Fix a bug where the wrong value is returned from mal_device_start() for the OpenSL backend. // - Fixes and improvements for Raspberry Pi. // - Warning fixes. //