/audiolab

patches for an abandoned project - don't use this. instead use . . .

Primary LanguagePythonGNU Lesser General Public License v2.1LGPL-2.1

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.