feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 0380645 was
042e095,
checked in by Paul Brossier <piem@altern.org>, 18 years ago
|
define PYTHONPATH in python/README
define PYTHONPATH in python/README
|
-
Property mode set to
100644
|
File size:
864 bytes
|
Rev | Line | |
---|
[cad8783] | 1 | # Here you will find some examples of python scripts and some evaluation |
---|
| 2 | # routines. The python interface for libaubio is generated using Swig. |
---|
[96fb8ad] | 3 | |
---|
[cad8783] | 4 | # To have it working before installation, you will need to set LD_LIBRARY_PATH. |
---|
| 5 | # for instance, to run the python script from within aubio/python/, you can use |
---|
[197571a] | 6 | # '. README' |
---|
[cad8783] | 7 | |
---|
| 8 | export LD_LIBRARY_PATH=../src/.libs:../ext/.libs |
---|
[042e095] | 9 | export PYTHONPATH=aubio/.libs |
---|
[197571a] | 10 | |
---|
| 11 | echo """ |
---|
| 12 | |
---|
| 13 | the aubio/ directory should be organised as follow: |
---|
| 14 | |
---|
| 15 | aubiowrapper.py,_aubiowrapper.so, aubio_wrap.c, aubio_wrap.o |
---|
| 16 | swig generated aubio interface |
---|
| 17 | aubioclass.py |
---|
| 18 | human usable interface |
---|
| 19 | plot/ |
---|
| 20 | everything required to plot |
---|
| 21 | web/ |
---|
| 22 | tools to use aubioweb.py |
---|
| 23 | bench/ |
---|
| 24 | tools to explore a database of sound file and run benchmarks on it |
---|
| 25 | eval/ |
---|
| 26 | tools to evaluate the performance of aubio extractors |
---|
| 27 | aubioweb.py |
---|
| 28 | a hack to pipe aubio in mod_python |
---|
| 29 | |
---|
| 30 | """ |
---|
Note: See
TracBrowser
for help on using the repository browser.