Mercurial > hg > qm-dsp
comparison dsp/mfcc/MFCC.cpp @ 47:38bf09927942
* Build fixes for gcc 4.3.2
* _Maybe_, but probably not, fix crash in tempo tracker... let's see how
we get on
author | cannam |
---|---|
date | Mon, 10 Nov 2008 14:01:55 +0000 |
parents | 8bb764969d50 |
children | 6cb2b3cd5356 |
comparison
equal
deleted
inserted
replaced
46:4f1870dbab2c | 47:38bf09927942 |
---|---|
8 All rights reserved. | 8 All rights reserved. |
9 */ | 9 */ |
10 | 10 |
11 #include <cmath> | 11 #include <cmath> |
12 #include <cstdlib> | 12 #include <cstdlib> |
13 #include <cstring> | |
13 | 14 |
14 #include "MFCC.h" | 15 #include "MFCC.h" |
15 #include "dsp/transforms/FFT.h" | 16 #include "dsp/transforms/FFT.h" |
16 #include "base/Window.h" | 17 #include "base/Window.h" |
17 | 18 |