ref: d41bc4da0d668a03163e68b8b8a00ab8271e4d50
dir: /tests/demo/localaubio.py/
try:
from aubio.aubiowrapper import *
except ImportError:
try:
import os
import sys
cur_dir = os.path.dirname(sys.argv[0])
sys.path.append(os.path.join(cur_dir,'..','..','python'))
sys.path.append(os.path.join(cur_dir,'..','..','python','aubio','.libs'))
from aubio.aubiowrapper import *
except ImportError:
raise