From 18fc7723fd66941f394c1657c48bb996670d4ac5 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 15 Dec 2006 21:17:12 +0000 Subject: Numerous fixes and enhancements, see ChangeLog. --- 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 b9fc15b..33422b0 100644 --- a/src/init.c +++ b/src/init.c @@ -24,7 +24,7 @@ #include #include -int xtract_init_mfcc(int N, float nyquist, int style, float freq_max, float freq_min, int freq_bands, float **fft_tables){ +int xtract_init_mfcc(int N, float nyquist, int style, float freq_min, float freq_max, int freq_bands, float **fft_tables){ int n, i, k, *fft_peak, M, next_peak; float norm, mel_freq_max, mel_freq_min, norm_fact, height, inc, val, -- cgit v1.2.3