== Medussa: A cross-platform high-level audio library for Python ==

=== Copyright & License ===

_Copyright (c) 2010-2012 Christopher A. Brown_

Medussa is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Medussa is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see http://www.gnu.org/licenses/.

=== About ===

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!

  * *Current version*: 1.0
  * *Website*: http://www.medussa.us
  * *Wiki*: http://code.google.com/p/medussa/w

For installation instructions, see [INSTALL]. For usage examples, see [USAGE].

