From 75be65117e99a6e09663b0db6e6ab55c5f86732c Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 26 Nov 2009 00:59:26 +0100 Subject: [PATCH] interfaces/python/gen_pyobject.py: fix aubio2types --- interfaces/python/gen_pyobject.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', -- 2.26.2