From: Paul Brossier Date: Wed, 25 Nov 2009 23:59:26 +0000 (+0100) Subject: interfaces/python/gen_pyobject.py: fix aubio2types X-Git-Tag: bzr2git~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=75be65117e99a6e09663b0db6e6ab55c5f86732c;p=aubio.git interfaces/python/gen_pyobject.py: fix aubio2types --- diff --git a/interfaces/python/gen_pyobject.py b/interfaces/python/gen_pyobject.py index acd4a59e..20c12e93 100644 --- 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',