Python script to normalize music files in a folder (recursively). Set the dBFS of all files in the given path.
- mp3
- m4a
pip3 install -r requirements.txt
python3 normalize.py /path/to/music/folder [--target-dbfs DBFS] audio-normalizer depends on the python package pydub and ffmpeg
- Processed files might display the double track length (at least in iTunes)