feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 985ec9e 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
|
Line | |
---|
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 |
---|
7 | Manual] (http://docs.python.org/c-api/index.html) and the [Numpy/C API |
---|
8 | Reference](http://docs.scipy.org/doc/numpy/reference/c-api.html) |
---|
9 | |
---|
10 | Compiling python aubio on Mac OS X |
---|
11 | ---------------------------------- |
---|
12 | |
---|
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: |
---|
16 | |
---|
17 | $ ./build_osx |
---|
18 | |
---|
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/) |
---|
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.