From 2828382225dfbf3ac6e5cc5ef745c18845a0ee53 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 16 Oct 2009 22:56:17 +0200 Subject: [PATCH] tests/src/: update mfcc --- tests/src/test-mfcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.; -- 2.26.2