Changeset 650e39b for python/aubiopitch
- Timestamp:
- Mar 21, 2006, 11:59:17 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:
- 4798fdf
- Parents:
- 4994ebb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubiopitch
r4994ebb r650e39b 90 90 params.bufsize = int(options.bufsize) 91 91 params.step = params.samplerate/float(params.hopsize) 92 params. threshold= float(options.threshold)92 params.yinthresh = float(options.threshold) 93 93 params.silence = float(options.silence) 94 94 params.verbose = options.verbose … … 100 100 if options.note: 101 101 exit("not implemented yet") 102 103 102 104 103 wplot,oplots = [],[]
Note: See TracChangeset
for help on using the changeset viewer.