shithub: aubio

ref: 3ec9d9c8eb76d7d845c0a0145be59186528cc5a7
dir: /python/README/

View raw version
# Here you will find some examples of python scripts and some evaluation
# routines. The python interface for libaubio is generated using Swig.

# To have it working before installation, you will need to set LD_LIBRARY_PATH.
# for instance, to run the python script from within aubio/python/, you can use
# 'source ./README'

export LD_LIBRARY_PATH=../src/.libs:../ext/.libs