View Single Post
Posts: 38 | Thanked: 10 times | Joined on Mar 2010 @ Woodbridge, UK
#3
Originally Posted by anthonie View Post
I'd say ffmpeg. That`s the tool I would use on my linux desktop and it's downloadable through CLI; root -> apt-get install ffmpeg.

I have not tried the conversion to WAV, but as far as I know ffmpeg supports that. So after installing it your command line option would be something like

ffmpeg -i file.mp3 file.wav

For more info see:

http://howto-pages.org/ffmpeg/
Thanks for replying...I'll give it a shot