Can't play Mp3 with SDL

Hi, after an unreasonable struggle, I’ve managed to have SDL play wave files
(I’m rather new at sound programming). It seems impossible to use the same
routines to listen to a decent Mp3 song. I’ve tried lots of (invented)
routines to convert Mp3 to Wave with poor result. May anybody lend me a
trick?
thanks a lot,
Luigi

luigi wrote:

Hi, after an unreasonable struggle, I’ve managed to have SDL play wave
files
(I’m rather new at sound programming). It seems impossible to use the
same
routines to listen to a decent Mp3 song. I’ve tried lots of (invented)
routines to convert Mp3 to Wave with poor result. May anybody lend me a
trick?
thanks a lot,

I’m using SDL_Mixer to play wavs, ogg, mp3, etc.

[]s

Adilson.

Here you go: http://www.icculus.org/SDL_sound/

luigi wrote:> Hi, after an unreasonable struggle, I’ve managed to have SDL play wave files

(I’m rather new at sound programming). It seems impossible to use the same
routines to listen to a decent Mp3 song. I’ve tried lots of (invented)
routines to convert Mp3 to Wave with poor result. May anybody lend me a
trick?
thanks a lot,
Luigi


SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl

Ttttttttttttttttttthanks a lot to Adilson and Corona 688. Now I’ve got a
flaming Mp3 player.
Luigi