mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Check for passthrough in tests.
This commit is contained in:
@@ -194,6 +194,8 @@ int do_playback_test(mal_backend backend)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
haveDevice = MAL_TRUE;
|
haveDevice = MAL_TRUE;
|
||||||
|
|
||||||
|
printf(" Is Passthrough: %s\n", (device.dsp.isPassthrough) ? "YES" : "NO");
|
||||||
}
|
}
|
||||||
|
|
||||||
printf(" Opening Decoder... ");
|
printf(" Opening Decoder... ");
|
||||||
|
|||||||
Reference in New Issue
Block a user