From 04ce7dd5ac7a08282b08caba8947c7883f676aa4 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 4 Jul 2019 21:09:17 +1000 Subject: [PATCH] Update release notes. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index 0976ae57..a9c93f0c 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -33032,6 +33032,7 @@ v0.9.6 - 2019-xx-xx - Don't trigger an assert when ma_device_start() is called on a device that is already started. This will now log a warning and return MA_INVALID_OPERATION. The same applies for ma_device_stop(). - Try fixing an issue with PulseAudio taking a long time to start playback. + - Fix a bug in ma_convert_frames() and ma_convert_frames_ex(). v0.9.5 - 2019-05-21 - Add logging to ma_dlopen() and ma_dlsym().