- Timestamp:
- Nov 6, 2005, 12:23:07 PM (19 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 102b732
- Parents:
- a49b0bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/README
ra49b0bc r197571a 4 4 # To have it working before installation, you will need to set LD_LIBRARY_PATH. 5 5 # for instance, to run the python script from within aubio/python/, you can use 6 # ' source ./README'6 # '. README' 7 7 8 8 export LD_LIBRARY_PATH=../src/.libs:../ext/.libs 9 10 echo """ 11 12 the 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 TracChangeset
for help on using the changeset viewer.