From bcd53f09b7a6ad7ddf6096e17602b084f8b286a5 Mon Sep 17 00:00:00 2001 From: David Reid Date: Fri, 31 Dec 2021 07:12:38 +1000 Subject: [PATCH] Fire the reroute notification for WASAPI. --- miniaudio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/miniaudio.h b/miniaudio.h index eaf7368c..ed8e25da 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -20665,6 +20665,8 @@ static ma_result ma_device_reroute__wasapi(ma_device* pDevice, ma_device_type de ma_device__post_init_setup(pDevice, deviceType); + ma_device__on_notification_rerouted(pDevice); + return MA_SUCCESS; }