View Single Post
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#2
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/
 

The Following 2 Users Say Thank You to anthonie For This Useful Post: