Changeset a9e27e4
- Timestamp:
- Oct 6, 2009, 5:04:45 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:
- 19f1dc9
- Parents:
- b07ff1e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/task/onset.py
rb07ff1e ra9e27e4 35 35 else: self.ovalist.append(0) 36 36 self.ovalist.pop(0) 37 if (isonset == 1):37 if (isonset > 0.): 38 38 if self.params.localmin: 39 39 # find local minima before peak
Note: See TracChangeset
for help on using the changeset viewer.