ref: a4cc8e5d1443807ed8afb91b90349282cbbb14ce
dir: /python/README.md/
Python aubio module
===================
This module wraps the aubio library for python using the numpy module.
See the [Python/C API Reference
Manual] (http://docs.python.org/c-api/index.html) and the [Numpy/C API
Reference](http://docs.scipy.org/doc/numpy/reference/c-api.html)
Compiling python aubio
----------------------
You should be able to build the aubio python module out of the box:
$ ./build_osx
This should work on linux based systems as well as recent versions of OS X
(10.8.x). Let me know if you have issues on your platforms.
Additional tools
----------------
To use some of the demo scripts, you will need
[matplotlib](http://matplotlib.org/).