source: python/README.md @ 25c9f9a

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

move new python module to the top

  • Property mode set to 100644
File size: 900 bytes
RevLine 
[f719589]1Python aubio module
2===================
3
4This module wraps the aubio library for python using the numpy module.
5
6See the [Python/C API Reference
[f400ea1]7Manual] (http://docs.python.org/c-api/index.html) and the [Numpy/C API
[f719589]8Reference](http://docs.scipy.org/doc/numpy/reference/c-api.html)
9
10Compiling python aubio on Mac OS X
11----------------------------------
12
[f400ea1]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:
[f719589]16
[f400ea1]17    $ ./build_osx
[c3d286c]18
[f400ea1]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/)
[f719589]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.