From 34c9a4ea739a407e3eef5979b3771656742ae6a6 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 25 Aug 2019 10:13:34 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/miniaudio.h b/miniaudio.h index 5e0e5afd..ccc809d0 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -33568,6 +33568,7 @@ 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 backend. v0.9.6 - 2019-08-04 - Add support for loading decoders using a wchar_t string for file paths.