Sunday, September 13, 2009

How to convert wav to mp3 on Linux

You can convert .wav to .mp3 format on Linux using the tool lame. To run it on Ubuntu :-

# sudo apt-get install shntool
# sudo apt-get install lame
# lame -V2 mysong.wav mysong.mp3

No comments: