update default aubiocut threshold
authorPaul Brossier <piem@altern.org>
Thu, 18 May 2006 10:50:20 +0000 (10:50 +0000)
committerPaul Brossier <piem@altern.org>
Thu, 18 May 2006 10:50:20 +0000 (10:50 +0000)
update default aubiocut threshold

python/aubiocut

index 245b847..a922dad 100755 (executable)
@@ -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.]")