projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e644757
)
python/lib/gen_code.py: tempo should have only one output (see #49)
author
Paul Brossier
<piem@piem.org>
Thu, 21 Apr 2016 23:51:36 +0000
(
01:51
+0200)
committer
Paul Brossier
<piem@piem.org>
Thu, 21 Apr 2016 23:51:36 +0000
(
01:51
+0200)
python/lib/gen_code.py
patch
|
blob
|
history
diff --git
a/python/lib/gen_code.py
b/python/lib/gen_code.py
index
df7de30
..
7b75583
100644
(file)
--- a/
python/lib/gen_code.py
+++ b/
python/lib/gen_code.py
@@
-84,7
+84,7
@@
objoutsize = {
'sampler': 'self->hop_size',
'mfcc': 'self->n_coeffs',
'specdesc': '1',
- 'tempo': '
2
',
+ 'tempo': '
1
',
'filterbank': 'self->n_filters',
'tss': 'self->hop_size',
}