correct default block size in aubiopitch
authorPaul Brossier <piem@altern.org>
Thu, 18 May 2006 21:24:54 +0000 (21:24 +0000)
committerPaul Brossier <piem@altern.org>
Thu, 18 May 2006 21:24:54 +0000 (21:24 +0000)
correct default block size in aubiopitch

python/aubiopitch

index 2e22b5b..ef612ec 100755 (executable)
@@ -27,7 +27,7 @@ def parse_args():
       freq|midi|cent|bin")
   parser.add_option("-B","--bufsize",
       action="store", dest="bufsize", default=None, 
-      help="buffer size [default=1024]")
+      help="buffer size [default=2048]")
   parser.add_option("-H","--hopsize",
       action="store", dest="hopsize", default=None, 
       help="overlap size [default=512]")