shithub: aubio

Download patch

ref: 6e35163f74922e81d3a73c12b2e1248ebe4c900b
parent: 1281e5ca7d04d290951683ccc8a28fce1a34b4af
author: Paul Brossier <piem@altern.org>
date: Thu May 18 06:50:20 EDT 2006

update default aubiocut threshold
update default aubiocut threshold


--- a/python/aubiocut
+++ b/python/aubiocut
@@ -26,8 +26,8 @@
                           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.]")