From c7f32b1e11b1dc06ee22abff931227ce1058ae0c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 21 Nov 2007 12:03:22 +0100 Subject: [PATCH] aubio.i: add specflux --- swig/aubio.i | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); -- 2.26.2