- Timestamp:
- Jul 10, 2015, 12:10:57 AM (9 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:
- 5e394ecc
- Parents:
- 100ef14
- Location:
- python
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/ext/aubiomodule.c
r100ef14 r913a7f1 2 2 #include "aubio-types.h" 3 3 #include "aubio-generated.h" 4 #include "py-musicutils.h" 4 5 5 6 static char aubio_module_doc[] = "Python module for the aubio library"; … … 240 241 {"zero_crossing_rate", Py_zero_crossing_rate, METH_VARARGS, Py_zero_crossing_rate_doc}, 241 242 {"min_removal", Py_min_removal, METH_VARARGS, Py_min_removal_doc}, 243 {"window", Py_aubio_window, METH_VARARGS, Py_aubio_window_doc}, 242 244 {NULL, NULL} /* Sentinel */ 243 245 }; -
python/setup.py
r100ef14 r913a7f1 47 47 "ext/aubioproxy.c", 48 48 "ext/ufuncs.c", 49 "ext/py-musicutils.c", 49 50 "ext/py-cvec.c", 50 51 # example without macro
Note: See TracChangeset
for help on using the changeset viewer.