From 0d0f7e4f9284ac4dbd1546a2e8fba62e24d88722 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 3 Nov 2020 19:12:04 +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 2b1dbec1..83c83b6d 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -62872,9 +62872,10 @@ The following miscellaneous changes have also been made. REVISION HISTORY ================ v0.10.22 - TBD - - Refactor to the PulseAudio backend. + - Refactor to the PulseAudio backend. This simplifies the implementation and fixes a capture bug. - Fix bugs in ma_decoder_init_file*() where the file handle is not closed after a decoding error. - Fix some compilation warnings on GCC and Clang relating to the Speex resampler. + - Fix a compilation error for the Linux build when the ALSA and JACK backends are both disabled. - ALSA: Fix a bug in ma_context_get_device_info() where the PCM handle is left open in the event of an error. v0.10.21 - 2020-10-30