source: python/README @ b965fb1

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

updated README
updated README

  • Property mode set to 100644
File size: 834 bytes
Line 
1# Here you will find some examples of python scripts and some evaluation
2# routines. The python interface for libaubio is generated using Swig.
3
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
6# '. README'
7
8export LD_LIBRARY_PATH=../src/.libs:../ext/.libs
9
10echo """
11
12the aubio/ directory should be organised as follow:
13
14 aubiowrapper.py,_aubiowrapper.so, aubio_wrap.c, aubio_wrap.o
15        swig generated aubio interface
16 aubioclass.py
17        human usable interface
18 plot/
19        everything required to plot
20 web/
21        tools to use aubioweb.py
22 bench/
23        tools to explore a database of sound file and run benchmarks on it
24 eval/
25        tools to evaluate the performance of aubio extractors
26 aubioweb.py
27        a hack to pipe aubio in mod_python
28 
29"""
Note: See TracBrowser for help on using the repository browser.