Changeset 1397c6e for swig


Ignore:
Timestamp:
Jun 14, 2005, 1:07:36 AM (19 years ago)
Author:
Paul Brossier <piem@altern.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:
f841b81
Parents:
b31f262
Message:

add Kullback Liebler onset detection function and its modified version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    rb31f262 r1397c6e  
    139139
    140140/* onset detection */
    141 typedef enum { energy, specdiff, hfc, complexdomain, phase } aubio_onsetdetection_type;
     141typedef enum { energy, specdiff, hfc, complexdomain, phase, kl, mkl } aubio_onsetdetection_type;
    142142aubio_onsetdetection_t * new_aubio_onsetdetection(aubio_onsetdetection_type type, uint_t size, uint_t channels);
    143143void aubio_onsetdetection(aubio_onsetdetection_t *o, cvec_t * fftgrain, fvec_t * onset);
Note: See TracChangeset for help on using the changeset viewer.