From fe16b7a12606d389684f9708973fbb2e0ec3e6c8 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 12 Sep 2008 13:52:20 +0000 Subject: - Committing ancient change left on HD. Relates to FFTW fft type --- src/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/init.c') diff --git a/src/init.c b/src/init.c index 64b4a0a..0fb272b 100644 --- a/src/init.c +++ b/src/init.c @@ -187,7 +187,7 @@ int xtract_init_fft(int N, int feature_name){ if(fft_plans.dct_plan != NULL) fftwf_destroy_plan(fft_plans.dct_plan); fft_plans.dct_plan = - fftwf_plan_r2r_1d(N, input, output, FFTW_REDFT00, optimisation); + fftwf_plan_r2r_1d(N, input, output, FFTW_REDFT10, optimisation); case XTRACT_MFCC: if(fft_plans.dct_plan != NULL) fftwf_destroy_plan(fft_plans.dct_plan); -- cgit v1.2.3