Beta 42

Research and Development

Menu

Normalize mp3 Files

Install mp3gain from snap repository.

sudo snap install mp3gain

Normalize all mp3 files at given /path with the following command:

find /path -name *.mp3 -exec mp3gain -r -c -p '{}' \;