projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf34fbb
)
gen_pyobject.py: fix tss default size
author
Paul Brossier
<piem@piem.org>
Fri, 27 Jul 2012 03:42:23 +0000
(21:42 -0600)
committer
Paul Brossier
<piem@piem.org>
Fri, 27 Jul 2012 03:42:23 +0000
(21:42 -0600)
interfaces/python/gen_pyobject.py
patch
|
blob
|
history
diff --git
a/interfaces/python/gen_pyobject.py
b/interfaces/python/gen_pyobject.py
index 41e4e5ffab5173fc0f3ec304befdee316f89b413..aec73a876321220c4249398f2ab1a4678df21f8e 100644
(file)
--- a/
interfaces/python/gen_pyobject.py
+++ b/
interfaces/python/gen_pyobject.py
@@
-94,7
+94,7
@@
defaultsizes = {
'pitchmcomb': ['1'],
'pitchfcomb': ['1'],
'pitch': ['1'],
- 'tss': ['self->
win_size', 'self->win
_size'],
+ 'tss': ['self->
buf_size', 'self->buf
_size'],
'mfcc': ['self->n_coeffs'],
'beattracking': ['self->hop_size'],
'tempo': ['1'],