Don't use threading or device IO in the conversion test.

This commit is contained in:
David Reid
2025-07-02 10:30:47 +10:00
parent aa75d5f8e8
commit 346d65091a
+2 -1
View File
@@ -1,4 +1,5 @@
#define MA_NO_THREADING
#define MA_NO_DEVICE_IO
#include "../common/common.c"
ma_result init_data_converter(ma_uint32 rateIn, ma_uint32 rateOut, ma_resample_algorithm algorithm, ma_data_converter* pDataConverter)