source: python/README.md @ f360ad8

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since f360ad8 was 25c9f9a, checked in by Paul Brossier <piem@piem.org>, 11 years ago

move new python module to the top

  • Property mode set to 100644
File size: 900 bytes
Line 
1Python aubio module
2===================
3
4This module wraps the aubio library for python using the numpy module.
5
6See the [Python/C API Reference
7Manual] (http://docs.python.org/c-api/index.html) and the [Numpy/C API
8Reference](http://docs.scipy.org/doc/numpy/reference/c-api.html)
9
10Compiling python aubio on Mac OS X
11----------------------------------
12
13You should now be able to build the aubio python module out of the box on a
14recent version of OS X (10.8.x). Make sure the variables are correct in the
15file `build_osx` before running it:
16
17    $ ./build_osx
18
19Additionally, you can fetch tools such [matplotlib](http://matplotlib.org/) to
20use the demo scripts. One easy way to do it is to fetch the fully fledged
21[Scipy superpack](http://fonnesbeck.github.com/ScipySuperpack/)
22
23    $ curl -O https://raw.github.com/fonnesbeck/ScipySuperpack/master/install_superpack.sh
24    $ sh install_superpack.sh
Note: See TracBrowser for help on using the repository browser.