ref: f1d2af7cd309a97034c3095cdcbd95246e00e502
parent: bf34fbbc908e83d43a4ed9d1ef3d6bb7acaf3ba7
author: Paul Brossier <piem@piem.org>
date: Thu Jul 26 17:42:23 EDT 2012
gen_pyobject.py: fix tss default size
--- a/interfaces/python/gen_pyobject.py
+++ b/interfaces/python/gen_pyobject.py
@@ -94,7 +94,7 @@
'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'],