ref: 2828382225dfbf3ac6e5cc5ef745c18845a0ee53
parent: 41bf913b7346066aff1ef58fadfbc886ffc627c2
author: Paul Brossier <[email protected]>
date: Fri Oct 16 18:56:17 EDT 2009
tests/src/: update mfcc
--- a/tests/src/test-mfcc.c
+++ b/tests/src/test-mfcc.c
@@ -14,7 +14,7 @@
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.;