Changeset 8d1323b for python/aubio/task/onset.py
- Timestamp:
- Apr 14, 2010, 5:36:49 PM (15 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:
- 0efce0d
- Parents:
- 16bd78a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/task/onset.py
r16bd78a r8d1323b 10 10 self.opick = onsetpick(self.params.bufsize, 11 11 self.params.hopsize, 12 self.channels,13 12 self.myvec, 14 13 self.params.threshold,
Note: See TracChangeset
for help on using the changeset viewer.