diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-05 16:59:51 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-05 16:59:51 +0000 |
commit | e70d41b16e0cb598a0160d66e63ef4ce7e6abf92 (patch) | |
tree | 2682972d987c7bca34420107139a660eb3ea82cc /xtract/libxtract.h | |
parent | e1fbfa44ce1fd63e7c4a03b5e07c24fcc125825b (diff) | |
download | LibXtract-e70d41b16e0cb598a0160d66e63ef4ce7e6abf92.tar.gz LibXtract-e70d41b16e0cb598a0160d66e63ef4ce7e6abf92.tar.bz2 LibXtract-e70d41b16e0cb598a0160d66e63ef4ce7e6abf92.zip |
Changed xtract_f0 to xtract_lowest_match
Diffstat (limited to 'xtract/libxtract.h')
-rw-r--r-- | xtract/libxtract.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/xtract/libxtract.h b/xtract/libxtract.h index 0e4f254..921eb4d 100644 --- a/xtract/libxtract.h +++ b/xtract/libxtract.h @@ -29,7 +29,7 @@ extern "C" { * \file libxtract.h: main header file and API definition */ -#define VERSION "0.1" +#define VERSION "0.11" #include "xtract_scalar.h" @@ -38,8 +38,9 @@ extern "C" { #include "xtract_types.h" #include "xtract_macros.h" -#define XTRACT_FEATURES 40 +#define XTRACT_FEATURES 41 #define LOG_LIMIT 10e-10 +#define VERY_BIG_NUMBER 2e10 #define SR_LIMIT 192000 #define BARK_BANDS 26 @@ -71,8 +72,9 @@ enum features_ { ODD_EVEN_RATIO, SHARPNESS, SLOPE, - F0, + LOWEST_MATCH, HPS, + F0, MAGNITUDE_SPECTRUM, AUTOCORRELATION, AUTOCORRELATION_FFT, |