Metadata-Version: 1.1
Name: medussa
Version: 1.0.1
Summary: Medussa: A cross-platform high-level audio library for Python
Home-page: http://www.medussa.us
Author: Christopher Brown
Author-email: cbrown1@pitt.edu
License: GPL
Description:  Medussa is an easy to use high-level cross-platform audio library for Python 
         based on Port Audio and libsndfile. You can play NumPy arrays, stream sound
         files of various formats from disk, or create pure tones or 'on-line' white 
         or pink noise. There are high-level functions like play_array (similar to 
         matlab's wavplay). Or you can access specific host api's or devices, create 
         streams as needed, and control them all asynchronously. Or for the most 
         control, you can access the port audio library directly. Sweet!
Keywords: sound audio signal wavplay
Platform: Win32
Platform: Linux
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Scientific/Engineering
Requires: numpy (>=1.3)
