Changeset b45b4ea
- Timestamp:
- Oct 8, 2009, 9:04:33 PM (15 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:
- 5f4fd2f
- Parents:
- 7280e67
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/python/localaubio.py
r7280e67 rb45b4ea 11 11 cur_dir = os.path.dirname(__file__) 12 12 sys.path.append(os.path.join(cur_dir,'..','..','python')) 13 # wafplaces13 # autotools places 14 14 sys.path.append(os.path.join(cur_dir,'..','..','python','aubio')) 15 15 sys.path.append(os.path.join(cur_dir,'..','..','python','aubio','.libs')) 16 # autotoolsplaces16 # waf places 17 17 sys.path.append(os.path.join(cur_dir,'..','..','build', 'default', 'swig')) 18 18 sys.path.append(os.path.join(cur_dir,'..','..','build', 'default', 'python','aubio'))
Note: See TracChangeset
for help on using the changeset viewer.