changed dual to hfc*mkl
authorPaul Brossier <piem@altern.org>
Mon, 20 Feb 2006 11:30:52 +0000 (11:30 +0000)
committerPaul Brossier <piem@altern.org>
Mon, 20 Feb 2006 11:30:52 +0000 (11:30 +0000)
changed dual to hfc*mkl

python/aubio/aubioclass.py

index 7a6d7447c3dd9811edda81a1dcf1f5f5dfb83012..4d5ff5f6306effae5137d776954452a116b420db 100644 (file)
@@ -82,7 +82,7 @@ class onsetpick:
         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: