Mercurial > hg > libxtract
diff src/init.c @ 118:8c8b508dcc95
- Committing ancient change left on HD. Relates to FFTW fft type
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Fri, 12 Sep 2008 13:52:20 +0000 |
parents | 859495925633 |
children | 67f6b6e63d45 |
line wrap: on
line diff
--- a/src/init.c Sun May 04 11:02:40 2008 +0000 +++ b/src/init.c Fri Sep 12 13:52:20 2008 +0000 @@ -187,7 +187,7 @@ 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);