Changeset 913a7f1 for python/ext/aubiomodule.c
- 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
- File:
-
- 1 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 };
Note: See TracChangeset
for help on using the changeset viewer.