source: python/README.md @ 49505f7

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

README.md: update

  • Property mode set to 100644
File size: 673 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
11----------------------
12
13You should be able to build the aubio python module out of the box:
14
15    $ ./build_osx
16
17This should work on linux based systems as well as recent versions of OS X
18(10.8.x). Let me know if you have issues on your platforms.
19
20Additional tools
21----------------
22
23To use some of the demo scripts, you will need
24[matplotlib](http://matplotlib.org/).
Note: See TracBrowser for help on using the repository browser.