Changeset 9bf3831 for python/aubiocut
- Timestamp:
- May 18, 2006, 12:29: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:
- bab3161
- Parents:
- f647e82
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubiocut
rf647e82 r9bf3831 30 30 help="onset peak picking threshold [default=0.650]") 31 31 parser.add_option("-C","--dcthreshold", 32 action="store", dest="dcthreshold", default= -1.,33 help="onset peak picking DC component [default= -1.]")32 action="store", dest="dcthreshold", default=1., 33 help="onset peak picking DC component [default=1.]") 34 34 parser.add_option("-s","--silence", 35 35 action="store", dest="silence", default=-70,
Note: See TracChangeset
for help on using the changeset viewer.