InstallationΒΆ

audiofile supports WAV, FLAC, MP3, OGG out of the box. In order to handle other audio formats, please make sure ffmpeg, mediainfo, and optionally sox are installed on your system. e.g.

$ sudo apt-get install ffmpeg mediainfo sox

To install audiofile run:

$ # Create and activate Python virtual environment, e.g.
$ # virtualenv --no-download --python=python3 ${HOME}/.envs/audiofile
$ # source ${HOME}/.envs/audiofile/bin/activate
$ pip install audiofile