Changeset 6e35163


Ignore:
Timestamp:
May 18, 2006, 12:50: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:
9a83b91
Parents:
1281e5c
Message:

update default aubiocut threshold
update default aubiocut threshold

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubiocut

    r1281e5c r6e35163  
    2727                          help="overlap size [default=256]")
    2828        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]")
    3131        parser.add_option("-C","--dcthreshold",
    3232                          action="store", dest="dcthreshold", default=1.,
Note: See TracChangeset for help on using the changeset viewer.