mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
MAL_IMPLEMENTATION to MINI_AL_IMPLEMENTATION
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#define MAL_USE_REFERENCE_CONVERSION_APIS
|
||||
#define MAL_IMPLEMENTATION
|
||||
#define MINI_AL_IMPLEMENTATION
|
||||
#include "../mini_al.h"
|
||||
|
||||
// Two converters are needed here. One for converting f32 samples from the sine wave generator to the input format,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#define MAL_IMPLEMENTATION
|
||||
#define MINI_AL_IMPLEMENTATION
|
||||
#include "../mini_al.h"
|
||||
|
||||
float g_ChannelRouterProfilingOutputBenchmark[8][48000];
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
#include "../extras/stb_vorbis.c"
|
||||
#endif
|
||||
|
||||
#define MAL_IMPLEMENTATION
|
||||
#define MINI_AL_IMPLEMENTATION
|
||||
#include "../mini_al.h"
|
||||
|
||||
#ifdef __EMSCRIPTEN__
|
||||
|
||||
Reference in New Issue
Block a user