Reply To: sdl_sound/mixed mode audio/ogg support

#5531
flamming_python
Participant

Hey man thanks a bunch for your efforts.. looking at your .dat file, I figured it out in the end.

In my .cue file the .ogg files were defined as such:
FILE “02.ogg” OGG
TRACK 02 AUDIO
INDEX 01 00:00:00

Whereas in your .dat file it was like this:
FILE “02.ogg” MP3
TRACK 02 AUDIO
INDEX 01 00:00:00

So the .ogg files were defined as MP3 files in the .dat, and that was why it worked. When they are defined as OGG files, the .cue/.dat file isn’t parsed and throws an error.
Hope that helps