Changeset f72a10d


Ignore:
Timestamp:
Feb 20, 2006, 12:30:52 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
8d29cfe
Parents:
99d27b7
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/aubioclass.py

    r99d27b7 rf72a10d  
    8383        if mode in ['dual'] :
    8484                self.myod     = onsetdetection(aubio_onset_hfc,bufsize,channels)
    85                 self.myod2    = onsetdetection(aubio_onset_complex,bufsize,channels)
     85                self.myod2    = onsetdetection(aubio_onset_mkl,bufsize,channels)
    8686                self.myonset  = fvec(1,channels)
    8787                self.myonset2 = fvec(1,channels)
Note: See TracChangeset for help on using the changeset viewer.