update dcthreshold
authorPaul Brossier <piem@altern.org>
Thu, 18 May 2006 10:29:20 +0000 (10:29 +0000)
committerPaul Brossier <piem@altern.org>
Thu, 18 May 2006 10:29:20 +0000 (10:29 +0000)
update dcthreshold

python/aubiocut

index 4ed26aedabff6321b387529be7b6e4ee4718d5a8..245b84720f0a326e4c7c20d4302b3bb8002ce2ab 100755 (executable)
@@ -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]")