From: Paul Brossier Date: Fri, 27 Jul 2012 03:29:42 +0000 (-0600) Subject: gen_pyobject.py: fix tss default size X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bf34fbbc908e83d43a4ed9d1ef3d6bb7acaf3ba7;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 80aa8e21..41e4e5ff 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->hop_size', 'self->hop_size'], + 'tss': ['self->win_size', 'self->win_size'], 'mfcc': ['self->n_coeffs'], 'beattracking': ['self->hop_size'], 'tempo': ['1'],