From: Paul Brossier Date: Fri, 27 Jul 2012 03:42:23 +0000 (-0600) Subject: gen_pyobject.py: fix tss default size X-Git-Tag: 0.4.0-beta1~343 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=f1d2af7cd309a97034c3095cdcbd95246e00e502;p=aubio.git gen_pyobject.py: fix tss default size --- diff --git a/interfaces/python/gen_pyobject.py b/interfaces/python/gen_pyobject.py index 41e4e5ff..aec73a87 100644 --- 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'],