From e70d41b16e0cb598a0160d66e63ef4ce7e6abf92 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Thu, 5 Oct 2006 16:59:51 +0000 Subject: Changed xtract_f0 to xtract_lowest_match --- xtract/libxtract.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'xtract/libxtract.h') 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, -- cgit v1.2.3