Remove old files and update examples.

This commit is contained in:
David Reid
2021-12-10 21:13:34 +10:00
parent ed22ebbfe8
commit 9598247096
32 changed files with 12 additions and 1873 deletions
+3 -3
View File
@@ -8,9 +8,9 @@ example (via libopus).
#define MA_NO_VORBIS /* Disable the built-in Vorbis decoder to ensure the libvorbis decoder is picked. */
#define MA_NO_OPUS /* Disable the (not yet implemented) built-in Opus decoder to ensure the libopus decoder is picked. */
#define MINIAUDIO_IMPLEMENTATION
#include "../../miniaudio.h"
#include "../../extras/miniaudio_libvorbis.h"
#include "../../extras/miniaudio_libopus.h"
#include "../miniaudio.h"
#include "../extras/miniaudio_libvorbis.h"
#include "../extras/miniaudio_libopus.h"
#include <stdio.h>