The queen's limiter: sacrifice dynamic-range for increased volume.
sound-gambit is a look-ahead digital peak limiter operating on audio files, and intended for, but not limited to, the final step of mastering. It support both digital-peak and true-peak threshold constraints.
sound-gambit input-file.wav output-file.wavPlease see the included man-page, or run sound-gambit --help for
detailed usage information.
Compiling sound-gambit requires libsndfile, gnu-make, and a c++-compiler.
git clone https://github.com/x42/sound-gambit.git
cd sound-gambit
make
#sudo make install PREFIX=/usrsndfile-gambit can be run from the source tree without installation.
Note to packagers: the Makefile honors PREFIX and DESTDIR variables as well
as CXXFLAGS, LDFLAGS. Please see the first few lines of the Makefile.