diff dsp/mfcc/MFCC.cpp @ 122:2b5b37255db2

Merge from pvoc branch
author Chris Cannam
date Fri, 04 Oct 2013 16:43:44 +0100
parents f6ccde089491
children
line wrap: on
line diff
--- a/dsp/mfcc/MFCC.cpp	Tue Oct 01 15:15:59 2013 +0100
+++ b/dsp/mfcc/MFCC.cpp	Fri Oct 04 16:43:44 2013 +0100
@@ -210,7 +210,7 @@
     window->cut(inputData);
   
     /* Calculate the fft on the input frame */
-    fft->process(0, inputData, realOut, imagOut);
+    fft->forward(inputData, realOut, imagOut);
 
     free(inputData);