vorbisgain
…og nu jeg er igang med diverse lydfiler, ku’ det selvfølgelig også være rart at få normaliseret lydniveauet:
Her er lidt fra man vorbisgain.
Calculate the album gain and peak, in addition to the track gain and peak, for all .ogg files in the directory “music” (and all subdirectories). All files in one directory are treated as belonging to the same album. Files that already have ReplayGain tags are not re-calculated. Note the quotes, as they cause the shell to not do any filename globbing:
vorbisgain -a -f -r "music/*.ogg"
BTW mp3gain : find . -type d | while read i; do mp3gain -a -k "$i"/*.mp3 ; done

Technorati :
Delicious :
Google Blog Search :
overskrift.dk :


