Python Audio Libraries



Brief overview about some of the main python libraries which promote input and output of digital audio files.

Scipy


Reading and writing audio files using SciPy.

Installation


Install by command line:

>>> conda install scipy

or

>>> pip install scipy

Input


Analysis


Output


pySoundFile


Reading and writing audio files using pySoundFile.

Installation


Install by command line:

>>> conda install -c conda-forge pysoundfile

or

>>> pip install pysoundfile

Input


Analysis


Output


LibROSA


Reading and writing audio files using LibROSA.

Installation


Install by command line:

>>> conda install -c conda-forge librosa

or

>>> pip install librosa

Input


Analysis


Saída