diff dsp/mfcc/MFCC.cpp @ 347:e3dedded9c4d

Merge from pvoc branch
author Chris Cannam <c.cannam@qmul.ac.uk>
date Fri, 04 Oct 2013 16:43:44 +0100
parents 9c8ee77db9de
children cbe668c7d724
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);