Hi

You have to make a DECODED stream 1st

add a flag: BASS_STREAM_DECODE here:
stream := BASS_StreamCreateFile(FALSE, f, 0, 0, BASS_STREAM_DECODE);
and if you want a better MP3/2/1 Reverse playback then use another flag: BASS_MP3_SETPOS
Have fun!

JOBnik!
