diff options
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 */ |