HydrogenAudio

Lossy Audio Compression => MP3 => MP3 - General => Topic started by: safinahmed on 2006-03-24 18:54:30

Title: Mp3 to Wav
Post by: safinahmed on 2006-03-24 18:54:30
I'm looking for a Library or a Command Line Software that i can use to convert an mp3 file to a wav file
Or in last resort, one that i can use to convert a headerless raw PCM to a Wav File (since i can already convert and MP3 to that PCM)

I'm working on Windows XP, so if it's a Command Line Software, it has to work on this SO

Thanks
Title: Mp3 to Wav
Post by: krmathis on 2006-03-24 18:58:33
You can easily decode mp3 files with lame.
"lame --decode filename.mp3"

Download link to lame 3.97 beta 2: http://rarewares.org/dancer/dancer.php?f=35 (http://rarewares.org/dancer/dancer.php?f=35)
Title: Mp3 to Wav
Post by: xmixahlx on 2006-03-24 21:29:29
for WINDOWS CLI i would suggest madplay, found here: http://rarewares.org/mp3.html (http://rarewares.org/mp3.html)


later
Title: Mp3 to Wav
Post by: Cosmo on 2006-03-25 04:44:22
If you decide to use LAME, you might want to get the version that is *fixed for decoding*, instead of the one that was linked to two posts above (...which does not account for en/decoder sample offset/delay).

http://rarewares.org/mp3.html (http://rarewares.org/mp3.html)
Title: Mp3 to Wav
Post by: safinahmed on 2006-03-27 10:34:48
Thank you for all answers
I'm currently using lame --decode and it works exactly how i wanted it