Mercurial > hg > libxtract
diff xtract/libxtract.h @ 5:cac976b2a69d
Changed xtract_f0 to xtract_lowest_match
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Thu, 05 Oct 2006 16:59:51 +0000 |
parents | 819937ea6359 |
children | 90b3a3a25d99 |
line wrap: on
line diff
--- a/xtract/libxtract.h Thu Oct 05 16:48:38 2006 +0000 +++ b/xtract/libxtract.h Thu Oct 05 16:59:51 2006 +0000 @@ -29,7 +29,7 @@ * \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 @@ #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 @@ ODD_EVEN_RATIO, SHARPNESS, SLOPE, - F0, + LOWEST_MATCH, HPS, + F0, MAGNITUDE_SPECTRUM, AUTOCORRELATION, AUTOCORRELATION_FFT,