mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Enable experimental features on the engine test.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#define STB_VORBIS_HEADER_ONLY
|
#define STB_VORBIS_HEADER_ONLY
|
||||||
#include "../extras/stb_vorbis.c" /* Enables Vorbis decoding. */
|
#include "../extras/stb_vorbis.c" /* Enables Vorbis decoding. */
|
||||||
|
|
||||||
|
#define MA_EXPERIMENTAL__DATA_LOOPING_AND_CHAINING
|
||||||
#define MA_DEBUG_OUTPUT
|
#define MA_DEBUG_OUTPUT
|
||||||
#define MA_IMPLEMENTATION
|
#define MA_IMPLEMENTATION
|
||||||
#include "../miniaudio.h"
|
#include "../miniaudio.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user