Changeset 197571a for python


Ignore:
Timestamp:
Nov 6, 2005, 12:23:07 PM (19 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

updated README
updated README

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/README

    ra49b0bc r197571a  
    44# To have it working before installation, you will need to set LD_LIBRARY_PATH.
    55# for instance, to run the python script from within aubio/python/, you can use
    6 # 'source ./README'
     6# '. README'
    77
    88export 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 TracChangeset for help on using the changeset viewer.