From 8732f9aa11db0f4239e71eb8dce1b70e8f0978ee Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 11 Aug 2018 11:41:01 +1000 Subject: [PATCH] Update revision history. --- mini_al.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mini_al.h b/mini_al.h index 45eca64e..a7e487c5 100644 --- a/mini_al.h +++ b/mini_al.h @@ -27148,6 +27148,9 @@ mal_uint64 mal_sine_wave_read(mal_sine_wave* pSineWave, mal_uint64 count, float* // ================ // // v0.8.5-rc - 2018-xx-xx +// - Add support for specifying the size of a device's buffer in milliseconds. You can still set the buffer size in +// frames if that suits you. When bufferSizeInFrames is 0, bufferSizeInMilliseconds will be used. If both are non-0 +// then bufferSizeInFrames will take priority. If both are set to 0 the default buffer size is used. // - Fix a bug where an incorrect number of samples is returned from sinc resampling. // - Add support for setting the value to be passed to internal calls to CoInitializeEx(). //