diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-12-15 21:17:12 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-12-15 21:17:12 +0000 |
commit | 18fc7723fd66941f394c1657c48bb996670d4ac5 (patch) | |
tree | a86ad8b11263af74875dd979f7d94315a4ae49ed /src/init.c | |
parent | 251e328008d541478aba71c46a7444ee2283bcbf (diff) | |
download | LibXtract-18fc7723fd66941f394c1657c48bb996670d4ac5.tar.gz LibXtract-18fc7723fd66941f394c1657c48bb996670d4ac5.tar.bz2 LibXtract-18fc7723fd66941f394c1657c48bb996670d4ac5.zip |
Numerous fixes and enhancements, see ChangeLog.
Diffstat (limited to 'src/init.c')
-rw-r--r-- | src/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ #include <math.h> #include <stdlib.h> -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, |