Changeset b3130e2 for interfaces/python
- Timestamp:
- Dec 25, 2009, 4:51:28 AM (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:
- 6c50245
- Parents:
- 7d9ec37
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/setup.py
r7d9ec37 rb3130e2 10 10 Extension("_aubio", 11 11 ["aubiomodule.c", 12 "py-fvec.c", 13 "py-fmat.c", 12 "aubioproxy.c", 14 13 "py-cvec.c", 14 # example without macro 15 15 "py-filter.c", 16 # macroised 16 # macroised 17 17 "py-filterbank.c", 18 18 "py-fft.c",
Note: See TracChangeset
for help on using the changeset viewer.