projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e604630
)
correct default block size in aubiopitch
author
Paul Brossier
<piem@altern.org>
Thu, 18 May 2006 21:24:54 +0000
(21:24 +0000)
committer
Paul Brossier
<piem@altern.org>
Thu, 18 May 2006 21:24:54 +0000
(21:24 +0000)
correct default block size in aubiopitch
python/aubiopitch
patch
|
blob
|
history
diff --git
a/python/aubiopitch
b/python/aubiopitch
index
2e22b5b
..
ef612ec
100755
(executable)
--- 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]")