Changeset 07bf04e6 for interfaces/python/py-filter.c
- Timestamp:
- Oct 19, 2009, 3:27:20 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:
- 1c190d5
- Parents:
- ec1ce52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
interfaces/python/py-filter.c
rec1ce52 r07bf04e6 148 148 149 149 static PyMethodDef Py_filter_methods[] = { 150 {"set_c_weighting", (PyCFunction) Py_filter_set_c_weighting, METH_ NOARGS,150 {"set_c_weighting", (PyCFunction) Py_filter_set_c_weighting, METH_VARARGS, 151 151 "set filter coefficients to C-weighting"}, 152 {"set_a_weighting", (PyCFunction) Py_filter_set_a_weighting, METH_ NOARGS,152 {"set_a_weighting", (PyCFunction) Py_filter_set_a_weighting, METH_VARARGS, 153 153 "set filter coefficients to A-weighting"}, 154 154 {NULL}
Note: See TracChangeset
for help on using the changeset viewer.