LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Convert mp3 to wav (https://www.linuxquestions.org/questions/linux-software-2/convert-mp3-to-wav-313733/)

trey85stang 04-15-2005 09:39 PM

Convert mp3 to wav
 
Hey guys.. I have some recording software that I am working with.. and I have some mp3 files that I need to convert to wave so that I can import them into my program....

What can I use to convert them?? I though lame would do it. but after reading the man page it looks like it is only for converting wav to mp3 and working with mp3 files. I do not need anything fancy, these are stereo track mp3's that just need to be converted over to a stereo track wav.

Thanks!
Trey

kpex 04-15-2005 09:41 PM

Lame is able to decode as well:
Code:

$ lame --decode file.mp3 output.wav

trey85stang 04-15-2005 09:49 PM

Quote:

Originally posted by kpex
Lame is able to decode as well:
Code:

$ lame --decode file.mp3 output.wav

Sweet!! Thank you greatly :D

Shyrl41 06-06-2006 07:11 PM

Need too know how too convert mp3 too wav thanks

lonecrow 08-23-2006 09:10 PM

Is it possible to decode a whole folder?

I tried

Code:

lame --decode *.mp3 *wav
lame: excess arg test first.mp3

But it works when I decode only one file ie. as in the example above

lonecrow 08-23-2006 09:57 PM

Ok nevermind, I use XMMS wav output instead! Thanks!


All times are GMT -5. The time now is 06:46 AM.