roza / audiolab

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

Home Page:http://cournape.github.com/audiolab

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

http://cournape.github.com/audiolab

License:GNU Lesser General Public License v2.1


Languages

Language:C 83.8%Language:Python 15.5%Language:Makefile 0.6%Language:Shell 0.1%