From 9156652844f906ff13d9b7fccf131b90a008327f Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 25 Aug 2019 16:37:57 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index 8ddd6651..d58751c7 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -34264,7 +34264,8 @@ v0.9.7 - 2019-xx-xx - If you need to capture from a specific output device, set the capture device ID to that of a playback device. - Fix a crash when an error is posted in ma_device_init(). - Fix a compilation error when compiling for ARM architectures. - - Minor refactoring to the ALSA and PulseAudio backends. + - Fix a bug with the audio(4) backend where the device is incorrectly being opened in non-blocking mode. + - Minor refactoring to the ALSA, PulseAudio, OSS, audio(4) and sndio backends. v0.9.6 - 2019-08-04 - Add support for loading decoders using a wchar_t string for file paths.