diff options
| author | Ray <[email protected]> | 2023-02-04 20:20:21 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-02-04 20:20:21 +0100 |
| commit | 901c4553d2b9c23337f10083f6726cdd71927cf5 (patch) | |
| tree | 62ad6beb89d17832f76fba6973608fc450392f2b /src/config.h | |
| parent | 43e45cbb810b58a5c78e3d6fe708260043083b91 (diff) | |
| download | raylib-901c4553d2b9c23337f10083f6726cdd71927cf5.tar.gz raylib-901c4553d2b9c23337f10083f6726cdd71927cf5.zip | |
ADDED: QOA audio format support -WIP-
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h index f67ea3cb..be24c019 100644 --- a/src/config.h +++ b/src/config.h @@ -211,10 +211,11 @@ // Desired audio fileformats to be supported for loading #define SUPPORT_FILEFORMAT_WAV 1 #define SUPPORT_FILEFORMAT_OGG 1 -#define SUPPORT_FILEFORMAT_XM 1 -#define SUPPORT_FILEFORMAT_MOD 1 #define SUPPORT_FILEFORMAT_MP3 1 +//#define SUPPORT_FILEFORMAT_QOA 1 //#define SUPPORT_FILEFORMAT_FLAC 1 +#define SUPPORT_FILEFORMAT_XM 1 +#define SUPPORT_FILEFORMAT_MOD 1 // raudio: Configuration values //------------------------------------------------------------------------------------ |
