How to convert WAV to MP3 in Debian
sudo
apt-get install
lame
ffmpeg
ffmpeg
-i
rec-file-name.WAV
-f
mp3 rec-file-name.mp3