diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-20 12:30:46 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-20 12:30:46 +0000 |
commit | 26b8e9773d86c259b7faa2d20846ca5ac3862281 (patch) | |
tree | 59645cf6472b11bb06fe4d60b7c42e3c205dc3d8 /xtract/libxtract.h | |
parent | a642a56300874cabc18848d29d0b8cb882fa48db (diff) | |
download | LibXtract-26b8e9773d86c259b7faa2d20846ca5ac3862281.tar.gz LibXtract-26b8e9773d86c259b7faa2d20846ca5ac3862281.tar.bz2 LibXtract-26b8e9773d86c259b7faa2d20846ca5ac3862281.zip |
Replaced --enable-vector with --enable-fft and improved build
Diffstat (limited to 'xtract/libxtract.h')
-rw-r--r-- | xtract/libxtract.h | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/xtract/libxtract.h b/xtract/libxtract.h index 6b90da3..235353e 100644 --- a/xtract/libxtract.h +++ b/xtract/libxtract.h @@ -53,7 +53,8 @@ extern "C" { * @{ */ -#define XTRACT_FEATURES 43 +#define XTRACT_FEATURES 42 + #define LOG_LIMIT 10e-10 #define VERY_BIG_NUMBER 2e10 #define SR_LIMIT 192000 @@ -91,19 +92,19 @@ enum features_ { LOWEST_MATCH, HPS, F0, - MAGNITUDE_SPECTRUM, + FLUX, + ATTACK_TIME, + DECAY_TIME, + DELTA_FEATURE, AUTOCORRELATION, - AUTOCORRELATION_FFT, AMDF, ASDF, - MFCC, - DCT, BARK_COEFFICIENTS, PEAKS, - FLUX, - ATTACK_TIME, - DECAY_TIME, - DELTA_FEATURE + MAGNITUDE_SPECTRUM, + AUTOCORRELATION_FFT, + MFCC, + DCT }; /** \brief Enumeration of feature types */ |