From 369b476b37f9ce717d0804d17f131ce34bf39082 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 5 May 2020 06:52:44 +1000 Subject: [PATCH] Version 0.10.5 --- miniaudio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index 2d560d7c..081a0efc 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -1,6 +1,6 @@ /* Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file. -miniaudio - v0.10.5 - TBD +miniaudio - v0.10.5 - 2020-05-05 David Reid - davidreidsoftware@gmail.com @@ -42490,7 +42490,7 @@ The following miscellaneous changes have also been made. /* REVISION HISTORY ================ -v0.10.5 - TBD +v0.10.5 - 2020-05-05 - Change ma_zero_pcm_frames() to take a 64-bit frame count. - Add ma_copy_pcm_frames(). - Add MA_NO_GENERATION build option to exclude the `ma_waveform` and `ma_noise` APIs from the build.