ref: c7f32b1e11b1dc06ee22abff931227ce1058ae0c
parent: 862d78f7adbe1541ea6b183bd18995a70b347914
author: Paul Brossier <piem@piem.org>
date: Wed Nov 21 07:03:22 EST 2007
aubio.i: add specflux
--- a/swig/aubio.i
+++ b/swig/aubio.i
@@ -173,7 +173,8 @@
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);