mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
Try fixing the Emscripten build.
This commit is contained in:
@@ -251,7 +251,11 @@ void resampler_listening_test(void)
|
|||||||
|
|
||||||
ma_device_start(&device);
|
ma_device_start(&device);
|
||||||
|
|
||||||
|
#ifndef __EMSCRIPTEN__
|
||||||
|
{
|
||||||
ma_sleep(100000);
|
ma_sleep(100000);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
ma_device_uninit(&device);
|
ma_device_uninit(&device);
|
||||||
ma_waveform_uninit(&callbackData.waveform);
|
ma_waveform_uninit(&callbackData.waveform);
|
||||||
|
|||||||
Reference in New Issue
Block a user