Stop using MINIAUDIO_IMPLEMENTATION in examples.

This commit is contained in:
David Reid
2025-02-22 13:09:11 +10:00
parent e1f5ed4f79
commit 1fbad32949
20 changed files with 20 additions and 41 deletions
+1 -2
View File
@@ -51,8 +51,7 @@ pass and echo effects so that one of them becomes more obvious than the other.
When you want to read from the graph, you simply call `ma_node_graph_read_pcm_frames()`.
*/
#define MINIAUDIO_IMPLEMENTATION
#include "../miniaudio.h"
#include "../miniaudio.c"
/* Data Format */
#define FORMAT ma_format_f32 /* Must always be f32. */