cd /usr/src
wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.i686.rpm rpm -ivh rpmforge-release-0.5.3-1.el6.rf.i686.rpm yum install lame
Assuming we are in the folder where the file is and assuming the file we want to convert is called test.wav
lame -f -o "-b 16 -m m -q 9 --resample 8" test.wavThat command will create a file in the same folder called test.mp3.