Commit 363f6593 authored by David Reid's avatar David Reid

Add yet more debug output to WASAPI.

parent 5645419c
......@@ -8068,6 +8068,10 @@ ma_result ma_device_init_internal__wasapi(ma_context* pContext, ma_device_type d
printf("[WASAPI] IAudioClient3_InitializeSharedAudioStream failed. Falling back to IAudioClient.\n");
#endif
}
} else {
#if defined(MA_DEBUG_OUTPUT)
printf("[WASAPI] Not using IAudioClient3 because the desired period size is larger than the maximum supported by IAudioClient3.\n");
#endif
}
} else {
#if defined(MA_DEBUG_OUTPUT)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment