mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +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_sleep(100000);
|
||||
#ifndef __EMSCRIPTEN__
|
||||
{
|
||||
ma_sleep(100000);
|
||||
}
|
||||
#endif
|
||||
|
||||
ma_device_uninit(&device);
|
||||
ma_waveform_uninit(&callbackData.waveform);
|
||||
|
||||
Reference in New Issue
Block a user