You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not aware of any port of SDL_sound for Emscripten, but that does not mean it can't be built. It might make more sense to use the browser's MP3 decoder, though that would require new code for interfacing to it.
bin/cue with CDAudio work fine. Possible mount with MP3 files?
Example cue file:
FILE "Horde.iso" BINARY
TRACK 01 MODE1/2048
INDEX 01 00:00:00
FILE "Track02.mp3" MP3
TRACK 02 AUDIO
PREGAP 00:02:00
INDEX 01 00:00:00
FILE "Track03.mp3" MP3
TRACK 03 AUDIO
INDEX 01 00:00:00
FILE "Track04.mp3" MP3
TRACK 04 AUDIO
INDEX 01 00:00:00
The text was updated successfully, but these errors were encountered: