Normalize is handy for getting mp3 files and ogg files all at the same level
Its easy as this
apt-get install lame normalize
Now when you install it – its broke!?! so
nano /usr/bin/normalize-mp3
Replace the line that reads:
$MP3ENCODE = ” -quiet %w %m”; with
$MP3ENCODE = “lame -quiet %w %m”;
Save the file with ctrl and w
Now get to the directory with the mp3’s and type
normalize-mp3 *.mp3
Easy let it make all your mp3 files the same level!!
Coooool