Merge branch 'dev' into dev-0.12

This commit is contained in:
David Reid
2025-02-22 13:09:30 +10:00
20 changed files with 20 additions and 41 deletions
+1 -2
View File
@@ -15,8 +15,7 @@ Instead you would probably want to do a custom data source that handles underrun
the ring buffer and deals with desyncs between capture and playback. In the future this example
may be updated to make use of a more advanced data source that handles all of this.
*/
#define MINIAUDIO_IMPLEMENTATION
#include "../miniaudio.h"
#include "../miniaudio.c"
static ma_pcm_rb rb;
static ma_device device;