From f4f6e25340080e149deea5f640976dd8f7452d33 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 5 Mar 2023 14:07:02 +0100 Subject: Support QOA audio file format by default --- examples/audio/resources/target.qoa | Bin 0 -> 35648 bytes src/config.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 examples/audio/resources/target.qoa diff --git a/examples/audio/resources/target.qoa b/examples/audio/resources/target.qoa new file mode 100644 index 00000000..d48c4f9f Binary files /dev/null and b/examples/audio/resources/target.qoa differ diff --git a/src/config.h b/src/config.h index d5f8e486..de9f4641 100644 --- a/src/config.h +++ b/src/config.h @@ -214,7 +214,7 @@ #define SUPPORT_FILEFORMAT_WAV 1 #define SUPPORT_FILEFORMAT_OGG 1 #define SUPPORT_FILEFORMAT_MP3 1 -//#define SUPPORT_FILEFORMAT_QOA 1 +#define SUPPORT_FILEFORMAT_QOA 1 //#define SUPPORT_FILEFORMAT_FLAC 1 #define SUPPORT_FILEFORMAT_XM 1 #define SUPPORT_FILEFORMAT_MOD 1 -- cgit v1.2.3