audiolab icon indicating copy to clipboard operation
audiolab copied to clipboard

A python package for reading/writing audio files from numpy array

Audiolab is a python package for audio file IO using numpy arrays. It supports many different audio formats, including wav, aiff, au, flac, ogg, htk. It can also be used for sound output to audio device (Mac OS X and Linux only).

A matlab-like API is provided for simple import/export; a more complete API is available for more advanced usage. Audiolab is essentially a wrapper around Erik de Castro Lopo's excellent libsndfile:

http://www.mega-nerd.com/libsndfile/

LICENSE: audiolab is licensed under the LGPL, as is libsndfile itself. See COPYING.txt for details.

2006-2009, David Cournapeau.