Changeset f72a10d
- Timestamp:
- Feb 20, 2006, 12:30:52 PM (19 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/aubioclass.py
r99d27b7 rf72a10d 83 83 if mode in ['dual'] : 84 84 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) 86 86 self.myonset = fvec(1,channels) 87 87 self.myonset2 = fvec(1,channels)
Note: See TracChangeset
for help on using the changeset viewer.