InstallationΒΆ
To install auglib run:
$ # Create and activate Python virtual environment, e.g.
$ # virtualenv --no-download --python=python3 ${HOME}/.envs/auglib
$ # source ${HOME}/.envs/auglib/bin/activate
$ pip install auglib
auglib.transform.AMRNB,
requires ffmpeg
with support for the AMR-NB format.
Under Ubuntu this can be achieved by:
$ sudo apt install ffmpeg libavcodec-extra
auglib.transform.CompressDynamicRange
requires sox,
which can be installed under Ubuntu by:
$ sudo apt install sox