replaygain

Replay Gain volume normalization Python tools

Install

All systems
curl cmd.cat/replaygain.sh
Debian Debian
apt-get install python-rgain
Ubuntu
apt-get install python-rgain
image/svg+xml Kali Linux
apt-get install python-rgain
Windows (WSL2)
sudo apt-get update sudo apt-get install python-rgain
Raspbian
apt-get install python-rgain

python-rgain

Replay Gain volume normalization Python tools

This package provides a Python package to calculate the Replay Gain values of audio files and normalize the volume of those files according to the values. Two basic scripts exploiting these capabilities are shipped as well. Replay Gain is a proposed standard designed to solve the very problem of varying volumes across audio files. Its specifications are available at http://replaygain.org/ .