Ignore:
Timestamp:
Oct 19, 2009, 3:27:20 PM (15 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

python/: update to new filter, test_filter.py py-filter.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • interfaces/python/py-filter.c

    rec1ce52 r07bf04e6  
    148148
    149149static 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,
    151151      "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,
    153153      "set filter coefficients to A-weighting"},
    154154  {NULL}
Note: See TracChangeset for help on using the changeset viewer.