How to Install python3-pydub in Ubuntu 18.04



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

sudo apt update
sudo apt install python3-pydub

Description:

Python audio sample manipulation (Python 3)

Pydub is a library to manipulate audio data with a simple high level interface. . The library support (among others) the following functions: - can use `ffmpeg' to support other formats than `.wav' - extract segments of audio data - concatenation - make segments louder or quieter - add repeats - cross-fade - edit file metadata . This package installs the library for Python 3.

Homepage: http://pydub.com/

Version: 0.20.0-1

Section: universe/python