MP3 files with FMOD

Everything else that doesn't fall into one of the other PB categories.
Seldon
Enthusiast
Enthusiast
Posts: 405
Joined: Fri Aug 22, 2003 7:12 am
Location: Italia

MP3 files with FMOD

Post by Seldon »

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.
KarLKoX
Enthusiast
Enthusiast
Posts: 681
Joined: Mon Oct 06, 2003 7:13 pm
Location: France
Contact:

Post by KarLKoX »

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
);
:P
"Qui baise trop bouffe un poil." P. Desproges

http://karlkox.blogspot.com/
Post Reply