From 46ee1ba4b2e3eda3e14abfc969356f6dcb0c6dc0 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Wed, 20 Dec 2006 15:34:56 +0000 Subject: Added new features: sum, highest_value, crest and noisiness --- src/libxtract.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/libxtract.c') diff --git a/src/libxtract.c b/src/libxtract.c index 11faeee..f729ccf 100644 --- a/src/libxtract.c +++ b/src/libxtract.c @@ -51,7 +51,9 @@ int(*xtract[])(const float *, const int, const void *, float *) = { xtract_odd_even_ratio, xtract_sharpness, xtract_slope, - xtract_lowest, + xtract_lowest_value, + xtract_highest_value, + xtract_sum, xtract_hps, xtract_f0, xtract_failsafe_f0, @@ -101,7 +103,9 @@ char *xtract_help_strings[] = { "xtract_odd_even_ratio", "xtract_sharpness", "xtract_slope", - "xtract_lowest", + "xtract_lowest_value", + "xtract_highest_value", + "xtract_sum", "xtract_hps", "xtract_f0", "xtract_failsafe_f0", -- cgit v1.2.3