How to Install python3-audioread in Ubuntu 18.04



Install python3-audioread by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-audioread

Description:

Backend-agnostic audio decoding Python 3 package

Decode audio files using whichever backend is available. The library for Python 3 currently supports: . * FFmpeg via the ffmpeg command-line interface. * The standard library wave and aifc modules (for WAV and AIFF files).

Homepage: https://github.com/sampsyo/audioread

Version: 2.1.5-1

Section: universe/python