projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ddcdf2
)
interfaces/python/gen_pyobject.py: fix aubio2types
author
Paul Brossier
<piem@piem.org>
Wed, 25 Nov 2009 23:59:26 +0000
(
00:59
+0100)
committer
Paul Brossier
<piem@piem.org>
Wed, 25 Nov 2009 23:59:26 +0000
(
00:59
+0100)
interfaces/python/gen_pyobject.py
patch
|
blob
|
history
diff --git
a/interfaces/python/gen_pyobject.py
b/interfaces/python/gen_pyobject.py
index acd4a59e43bccaaea4d8058e6cb024abed0f6729..20c12e930dd08bb6182402bef366e723653a658f 100644
(file)
--- a/
interfaces/python/gen_pyobject.py
+++ b/
interfaces/python/gen_pyobject.py
@@
-116,8
+116,8
@@
aubiodefvalue = {
# aubio to python
aubio2pytypes = {
'uint_t': 'I',
- 'smpl_t': '
I
',
- 'lsmp_t': '
I
',
+ 'smpl_t': '
f
',
+ 'lsmp_t': '
d
',
'fvec_t*': 'O',
'cvec_t*': 'O',
'char_t*': 's',