tests/src/: update mfcc
authorPaul Brossier <piem@piem.org>
Fri, 16 Oct 2009 20:56:17 +0000 (22:56 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 16 Oct 2009 20:56:17 +0000 (22:56 +0200)
tests/src/test-mfcc.c

index 8efc4d6f41cc611c7bd8335bfac700c13b6715b0..44882f6910af992ba0cb19e7539408b8948906ca 100644 (file)
@@ -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.;