Ignore:
Timestamp:
Jul 10, 2015, 2:08:22 AM (9 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:
665b711
Parents:
5a7e2c3
Message:

ext/py-musicutils.c: add db_spl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/aubiomodule.c

    r5a7e2c3 r4615886a  
    242242  {"min_removal", Py_min_removal, METH_VARARGS, Py_min_removal_doc},
    243243  {"level_lin", Py_aubio_level_lin, METH_VARARGS, Py_aubio_level_lin_doc},
     244  {"db_spl", Py_aubio_db_spl, METH_VARARGS, Py_aubio_db_spl_doc},
    244245  {"window", Py_aubio_window, METH_VARARGS, Py_aubio_window_doc},
    245246  {NULL, NULL} /* Sentinel */
Note: See TracChangeset for help on using the changeset viewer.