Raylib supports the first six formats by default as you documented it, but support for FLAC isn’t included unless you compile it in yourself. If you want it, you’ll need a customised build with the SUPPORT_FILEFORMAT_FLAC flag turned on.
I have enabled FLAC support in config.h and recompiled raylib completely and now it is working.
Raylib supports the first six formats by default as you documented it, but support for FLAC isn’t included unless you compile it in yourself. If you want it, you’ll need a customised build with the SUPPORT_FILEFORMAT_FLAC flag turned on.
I have enabled FLAC support in config.h and recompiled raylib completely and now it is working.
I have found this info here: