feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 9a226ef 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
|
Rev | Line | |
---|
[f719589] | 1 | Python aubio module |
---|
| 2 | =================== |
---|
| 3 | |
---|
| 4 | This module wraps the aubio library for python using the numpy module. |
---|
| 5 | |
---|
| 6 | See the [Python/C API Reference |
---|
[f400ea1] | 7 | Manual] (http://docs.python.org/c-api/index.html) and the [Numpy/C API |
---|
[f719589] | 8 | Reference](http://docs.scipy.org/doc/numpy/reference/c-api.html) |
---|
| 9 | |
---|
| 10 | Compiling python aubio on Mac OS X |
---|
| 11 | ---------------------------------- |
---|
| 12 | |
---|
[f400ea1] | 13 | You should now be able to build the aubio python module out of the box on a |
---|
| 14 | recent version of OS X (10.8.x). Make sure the variables are correct in the |
---|
| 15 | file `build_osx` before running it: |
---|
[f719589] | 16 | |
---|
[f400ea1] | 17 | $ ./build_osx |
---|
[c3d286c] | 18 | |
---|
[f400ea1] | 19 | Additionally, you can fetch tools such [matplotlib](http://matplotlib.org/) to |
---|
| 20 | use 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.