Changeset 6e35163 for python/aubiocut
- Timestamp:
- May 18, 2006, 12:50:20 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:
- 9a83b91
- Parents:
- 1281e5c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubiocut
r1281e5c r6e35163 27 27 help="overlap size [default=256]") 28 28 parser.add_option("-t","--threshold", 29 action="store", dest="threshold", default=0. 650,30 help="onset peak picking threshold [default=0. 650]")29 action="store", dest="threshold", default=0.3, 30 help="onset peak picking threshold [default=0.3]") 31 31 parser.add_option("-C","--dcthreshold", 32 32 action="store", dest="dcthreshold", default=1.,
Note: See TracChangeset
for help on using the changeset viewer.