From c6e4f6421b2a72e33e21b53ee2838532d8958a8d Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Mon, 9 Oct 2006 09:22:03 +0000 Subject: Added f0 estimation (based on AMDF) --- xtract/libxtract.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xtract/libxtract.h') diff --git a/xtract/libxtract.h b/xtract/libxtract.h index c9e43d2..9ab0663 100644 --- a/xtract/libxtract.h +++ b/xtract/libxtract.h @@ -109,7 +109,8 @@ enum return_codes_ { SUCCESS, MALLOC_FAILED, BAD_ARGV, - BAD_VECTOR_SIZE + BAD_VECTOR_SIZE, + NO_RESULT }; /** -- cgit v1.2.3