Changeset cafb00a for python/test/bench/onset/bench-onset
- Timestamp:
- Mar 3, 2006, 6:39:21 AM (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:
- ec10780
- Parents:
- 3043081
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/test/bench/onset/bench-onset
r3043081 rcafb00a 16 16 self.params.onsetmode = mode 17 17 #self.params.localmin = True 18 self.params.delay = 2.19 self.params.bufsize = 102420 self.params.hopsize = 25621 self.params.step = float(self.params.hopsize)/float(self.params.samplerate)22 #self.params.mintol = 8.23 18 24 19 for threshold in self.thresholds: … … 57 52 benchonset = mybenchonset(datapath,respath,checkres=True,checkanno=True) 58 53 benchonset.params = taskparams() 54 benchonset.params.dcthreshold = -1. 55 benchonset.params.silence = -100. 56 benchonset.params.delay = 3. 57 benchonset.params.bufsize = 1024 58 benchonset.params.hopsize = 256 59 benchonset.params.step = float(benchonset.params.hopsize)/float(benchonset.params.samplerate) 60 benchonset.params.mintol = 4.1 59 61 benchonset.task = taskonset 60 62 benchonset.valuesdict = {}
Note: See TracChangeset
for help on using the changeset viewer.