normalize audio volume

In Linux you can use 1) ffmpeg-normalize, which however re-encode audio files, or 2) normalize-audio, which don’t encode the files, but change only the volume metatag.

This second way therefore on the one hand is less invasive (and less destructive), but on the other hand the changes could be not correctly read by the audio player you use.