From 9bf3831270c11869109e137d5b67dbb8378200f7 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 18 May 2006 10:29:20 +0000 Subject: [PATCH] update dcthreshold update dcthreshold --- python/aubiocut | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/aubiocut b/python/aubiocut index 4ed26aed..245b8472 100755 --- a/python/aubiocut +++ b/python/aubiocut @@ -29,8 +29,8 @@ def parse_args(): action="store", dest="threshold", default=0.650, help="onset peak picking threshold [default=0.650]") parser.add_option("-C","--dcthreshold", - action="store", dest="dcthreshold", default=-1., - help="onset peak picking DC component [default=-1.]") + action="store", dest="dcthreshold", default=1., + help="onset peak picking DC component [default=1.]") parser.add_option("-s","--silence", action="store", dest="silence", default=-70, help="silence threshold [default=-70]") -- 2.26.2