Friday, July 31, 2009

Ubuntu -How to convert wav files to mp3?

##Converting .wav to .mp3 format##
##-----------------------------------------------------##

## install lame:

sudo apt-get install shntool
sudo apt-get install lame

#Example -> to convert Track02.wav ---to--> SpiritOfTheGreatHeart.mp3:

lame -V2 Track02.wav SpiritOfTheGreatHeart.mp3

#NOTE: no spaces in names^^^^