diff xtract/libxtract.h @ 45:e8f4c56de591

Added new features: sum, highest_value, crest and noisiness
author Jamie Bullock <jamie@postlude.co.uk>
date Wed, 20 Dec 2006 15:34:56 +0000
parents 4a36f70a76e9
children 435be4a78aac
line wrap: on
line diff
--- a/xtract/libxtract.h	Wed Dec 20 12:28:08 2006 +0000
+++ b/xtract/libxtract.h	Wed Dec 20 15:34:56 2006 +0000
@@ -53,13 +53,8 @@
   * @{
   */
 
-#define XTRACT_FEATURES 45
+#define XTRACT_FEATURES 47
     
-#define LOG_LIMIT 10e-10
-#define VERY_BIG_NUMBER 2e10
-#define SR_LIMIT 192000
-#define BARK_BANDS 26
-
 /** \brief Enumeration of features, elements are used as indixes to an array of pointers to feature extracton functions */
 enum features_ {
     MEAN,
@@ -89,7 +84,9 @@
     ODD_EVEN_RATIO,
     SHARPNESS,
     SLOPE,
-    LOWEST,
+    LOWEST_VALUE,
+    HIGHEST_VALUE,
+    SUM,
     HPS,
     F0,
     FAILSAFE_F0,