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
@@ -10,8 +10,7 @@ used indirectly with PulseAudio by choosing the appropriate loopback device afte
To use loopback mode you just need to set the device type to ma_device_type_loopback and set the capture device config
properties. The output buffer in the callback will be null whereas the input buffer will be valid.
*/
#define MINIAUDIO_IMPLEMENTATION
#include "../miniaudio.h"
#include "../miniaudio.c"
#include <stdlib.h>
#include <stdio.h>