From c9a3b0800cba7bd12561a8d619aed86f277ead36 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 7 Oct 2019 09:11:57 +1000 Subject: [PATCH] Version 0.9.8 --- miniaudio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/miniaudio.h b/miniaudio.h index 82b3cb43..a05fd264 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -1,6 +1,6 @@ /* Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file. -miniaudio (formerly mini_al) - v0.9.8 - 2019-xx-xx +miniaudio (formerly mini_al) - v0.9.8 - 2019-10-07 David Reid - davidreidsoftware@gmail.com @@ -35404,7 +35404,7 @@ Device /* REVISION HISTORY ================ -v0.9.8 - 2019-xx-xx +v0.9.8 - 2019-10-07 - WASAPI: Fix a potential deadlock when starting a full-duplex device. - WASAPI: Enable automatic resampling by default. Disable with config.wasapi.noAutoConvertSRC. - Core Audio: Fix bugs with automatic stream routing.