From: Paul Brossier Date: Thu, 18 May 2006 10:50:20 +0000 (+0000) Subject: update default aubiocut threshold X-Git-Tag: 0.4.0-beta1~1202 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=6e35163f74922e81d3a73c12b2e1248ebe4c900b;p=aubio.git update default aubiocut threshold update default aubiocut threshold --- diff --git a/python/aubiocut b/python/aubiocut index 245b8472..a922dadd 100755 --- a/python/aubiocut +++ b/python/aubiocut @@ -26,8 +26,8 @@ def parse_args(): action="store", dest="hopsize", default=256, help="overlap size [default=256]") parser.add_option("-t","--threshold", - action="store", dest="threshold", default=0.650, - help="onset peak picking threshold [default=0.650]") + action="store", dest="threshold", default=0.3, + help="onset peak picking threshold [default=0.3]") parser.add_option("-C","--dcthreshold", action="store", dest="dcthreshold", default=1., help="onset peak picking DC component [default=1.]")