Changeset 5ce98d8
- Timestamp:
- Sep 5, 2006, 6:34:13 PM (18 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:
- 9c3b696
- Parents:
- c2f3981
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubiopitch
rc2f3981 r5ce98d8 106 106 if options.pitchmax: params.pitchmax = int(options.pitchmax) 107 107 if options.pitchmin: params.pitchmin = int(options.pitchmin) 108 if options.omode: params.omode = int(options.omode) 108 109 #mintol = float(options.mintol)*step 109 110 # default take back system delay
Note: See TracChangeset
for help on using the changeset viewer.