aubio.i: add specflux
authorPaul Brossier <piem@piem.org>
Wed, 21 Nov 2007 11:03:22 +0000 (12:03 +0100)
committerPaul Brossier <piem@piem.org>
Wed, 21 Nov 2007 11:03:22 +0000 (12:03 +0100)
swig/aubio.i

index 8bc806f28f5435391bc4276462ae85dab1efc254..90af8663596c9236350ad98b5a5a37efef68a12c 100644 (file)
@@ -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);