Vitaly Novichkov
Vitaly Novichkov
No, there is pre-included flatbuffers tha gets built in a place. I made a small tweak, please run `git pull` and try to rebuild.
I'll take a deeper look soon.
Now there are questions: - What the distro you do use? - What compiler versions you do use? (hint: they gets reported by CMake on first run, you may wipe...
Good news, with a help of my friend @SkullGamer205 who also runs Arch Linux, I found a solution for this bug. Please run: ```bash git pull ``` and then try...
Have a good time!
Maybe use my own implementation of `detect_mp3()`? https://github.com/WohlSoft/SDL-Mixer-X/blob/master/src/music.c#L1385-L1456 I mean, call it after skipping the ID3 tag (and inside the `detect_mp3()` itself, I should remove the check for the presense...
At the mainstream FLAC I also do see the code that skips ID3 tags: https://github.com/xiph/flac/blob/1619af5a36fc0343cdf6b3517bb78d8aee85fe59/src/libFLAC/metadata_iterators.c#L3143-L3176 And at the changelog I see, the ID3 tags were being supported in the past,...
My patch doesn't adds support: it adds skipping as all current FLAC implementations. Without this patch, all these FLAC files gets recognised as MP3 files which obviously gets refused as...
I talked about the library `libflac`, it still able to open these files. The problem at Mixer here is a necessary to properly detect these files, and then let `libflac`...