Metadata-Version: 1.2
Name: scikits.audiolab
Version: 0.11.0
Summary: A python module to make noise from numpy arrays
Home-page: http://cournape.github.com/audiolab
Maintainer: David Cournapeau
Maintainer-email: cournape@gmail.com
License: LGPL
Download-URL: http://cournape.github.com/audiolab
Description: 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 also
        supports output to audio device (Mac OS X and Linux only).
        
        For simplicity, a matlab-like API is provided for simple import/export; a more
        complete API is also available.
        
        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-2008, David Cournapeau
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Scientific/Engineering
