shithub: aubio

Download patch

ref: f72a10dce69fce873fa5b89335934fdba35d1114
parent: 99d27b7be002e2ef4fde2f09e341584f1968bb48
author: Paul Brossier <piem@altern.org>
date: Mon Feb 20 06:30:52 EST 2006

changed dual to hfc*mkl
changed dual to hfc*mkl


--- a/python/aubio/aubioclass.py
+++ b/python/aubio/aubioclass.py
@@ -82,7 +82,7 @@
         self.pv       = pvoc(bufsize,hopsize,channels)
         if mode in ['dual'] :
                 self.myod     = onsetdetection(aubio_onset_hfc,bufsize,channels)
-                self.myod2    = onsetdetection(aubio_onset_complex,bufsize,channels)
+                self.myod2    = onsetdetection(aubio_onset_mkl,bufsize,channels)
                 self.myonset  = fvec(1,channels)
                 self.myonset2 = fvec(1,channels)
         else: