MP3 files with FMOD
MP3 files with FMOD
Do you know if FMOD supports the playing of MP3 files from memory (just like it does for MIDI files) or just from disk (like mci* API commands) ? Thank you.
FSOUND_Stream_Open

FSOUND_STREAM * F_API FSOUND_Stream_Open(
const char *name_or_data, // name or data
unsigned int mode,
int offset,
int length
);
