From 6e35163f74922e81d3a73c12b2e1248ebe4c900b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 18 May 2006 10:50:20 +0000 Subject: [PATCH] update default aubiocut threshold update default aubiocut threshold --- python/aubiocut | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.]") -- 2.26.2