From: Paul Brossier Date: Wed, 21 Nov 2007 11:03:22 +0000 (+0100) Subject: aubio.i: add specflux X-Git-Tag: bzr2git~450 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c7f32b1e11b1dc06ee22abff931227ce1058ae0c;p=aubio.git aubio.i: add specflux --- diff --git a/swig/aubio.i b/swig/aubio.i index 8bc806f2..90af8663 100644 --- a/swig/aubio.i +++ b/swig/aubio.i @@ -173,7 +173,8 @@ typedef enum { aubio_onset_complex, aubio_onset_phase, aubio_onset_kl, - aubio_onset_mkl + aubio_onset_mkl, + aubio_onset_specflux, } aubio_onsetdetection_type; aubio_onsetdetection_t * new_aubio_onsetdetection(aubio_onsetdetection_type type, uint_t size, uint_t channels); void aubio_onsetdetection(aubio_onsetdetection_t *o, cvec_t * fftgrain, fvec_t * onset);