Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MP3 CUE #44

Open
dosboxonline opened this issue Jul 17, 2017 · 1 comment
Open

MP3 CUE #44

dosboxonline opened this issue Jul 17, 2017 · 1 comment

Comments

@dosboxonline
Copy link

dosboxonline commented Jul 17, 2017

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

@dreamlayers
Copy link
Owner

I think this would work if you built with the SDL_sound library: https://www.icculus.org/SDL_sound/

Code here should handle it:

#if defined(C_SDL_SOUND)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants