From: Paul Brossier Date: Fri, 16 Oct 2009 20:56:17 +0000 (+0200) Subject: tests/src/: update mfcc X-Git-Tag: bzr2git~111 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2828382225dfbf3ac6e5cc5ef745c18845a0ee53;p=aubio.git tests/src/: update mfcc --- diff --git a/tests/src/test-mfcc.c b/tests/src/test-mfcc.c index 8efc4d6f..44882f69 100644 --- a/tests/src/test-mfcc.c +++ b/tests/src/test-mfcc.c @@ -14,7 +14,7 @@ main (void) uint_t i = 0; /* allocate fft and other memory space */ - aubio_mfcc_t *o = new_aubio_mfcc (win_s, samplerate, n_filters, n_coefs); + aubio_mfcc_t *o = new_aubio_mfcc (win_s, n_filters, n_coefs, samplerate); for (i = 0; i < in->length; i ++) { in->norm[0][i] = 1.;