From bb63705a5aa28b3dcc9b34ea2f1a06df72c198e4 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 1 Feb 2021 17:22:17 +1000 Subject: [PATCH] Revert an experimental fix for WASAPI automatic stream routing. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index e95c9910..13f49d35 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -13642,7 +13642,7 @@ static HRESULT STDMETHODCALLTYPE ma_IMMNotificationClient_OnDefaultDeviceChanged #ifdef MA_DEBUG_OUTPUT printf("[WASAPI] Stream rerouting: role != eConsole\n"); #endif - /*return S_OK;*/ + return S_OK; } /* We only care about devices with the same data flow and role as the current device. */