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 2e22b5b753618671181df5579d0f5f6edc38c1d7..ef612ec17fe5e7ffc3c9219b0bd7aaab5fe5d83e 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]")