mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
WASAPI: Start using experimental default buffer size system.
This commit is contained in:
@@ -2293,6 +2293,7 @@ int do_playback_test(mal_backend backend)
|
||||
haveDevice = MAL_TRUE;
|
||||
|
||||
printf(" Is Passthrough: %s\n", (device.dsp.isPassthrough) ? "YES" : "NO");
|
||||
printf(" Buffer Size in Frames: %d\n", device.bufferSizeInFrames);
|
||||
}
|
||||
|
||||
printf(" Opening Decoder... ");
|
||||
|
||||
Reference in New Issue
Block a user