Changeset 9bf3831


Ignore:
Timestamp:
May 18, 2006, 12:29:20 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
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
Message:

update dcthreshold
update dcthreshold

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubiocut

    rf647e82 r9bf3831  
    3030                          help="onset peak picking threshold [default=0.650]")
    3131        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.]")
    3434        parser.add_option("-s","--silence",
    3535                          action="store", dest="silence", default=-70,
Note: See TracChangeset for help on using the changeset viewer.