From ef1b32a89a45d47ca5be53d49570a22f5e13b6a0 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 19 Sep 2019 22:03:52 +1000 Subject: [PATCH] Update revision history. --- miniaudio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/miniaudio.h b/miniaudio.h index af81f640..a858353e 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -34674,6 +34674,8 @@ REVISION HISTORY ================ v0.9.8 - 2019-xx-xx - WASAPI: Fix a potential deadlock when starting a full-duplex device. + - WASAPI: Enable automatic resampling by default. Disable with config.wasapi.noAutoConvertSRC. + - Fix some uncommon warnings emitted by GCC when `__inline__` is undefined or defined as nothing. v0.9.7 - 2019-08-28 - Add support for loopback mode (WASAPI only).