Changeset cad8783 for python/README
- Timestamp:
- Aug 9, 2005, 4:00:38 AM (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:
- 5215c01
- Parents:
- 2d04b86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/README
r2d04b86 rcad8783 1 Here you will find some examples of python scripts and some evaluation2 routines. The python interface for libaubio is generated using Swig.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 3 4 To have it working before installation, you will need to set LD_LIBRARY_PATH 5 # export LD_LIBRARY_PATH=../src/.libs:../ext/.libs 6 for instance, to run the python script from within aubio/python/. 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 # sh ./README 7 8 export LD_LIBRARY_PATH=../src/.libs:../ext/.libs
Note: See TracChangeset
for help on using the changeset viewer.