From 1ab7d541804e58ab129f69bb5cffad0d1fefaf54 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 18 May 2006 21:24:54 +0000 Subject: [PATCH] correct default block size in aubiopitch correct default block size in aubiopitch --- python/aubiopitch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/aubiopitch b/python/aubiopitch index 2e22b5b7..ef612ec1 100755 --- a/python/aubiopitch +++ b/python/aubiopitch @@ -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]") -- 2.26.2