How to Install python-pydub in Ubuntu 18.04



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

sudo apt update
sudo apt install python-pydub

Description:

Python audio sample manipulation (Python 2)

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 2.

Homepage: http://pydub.com/

Version: 0.20.0-1

Section: universe/python