diff xtract/libxtract.h @ 244:8c768f32a6a8

Add new helper function xtract_smoothed(), e.g. can be used to extract smoothed spectrum
author Jamie Bullock <jamie@jamiebullock.com>
date Fri, 06 Jun 2014 09:55:01 +0100
parents 44401945d850
children 4a9a0c872494
line wrap: on
line diff
--- a/xtract/libxtract.h	Thu Jun 05 20:31:33 2014 +0100
+++ b/xtract/libxtract.h	Fri Jun 06 09:55:01 2014 +0100
@@ -71,7 +71,7 @@
   * @{
   */
 
-#define XTRACT_FEATURES 61
+#define XTRACT_FEATURES 62
     
 /** \brief Enumeration of features, elements are used as indixes to an array of pointers to feature extracton functions */
 enum xtract_features_ {
@@ -137,7 +137,8 @@
     XTRACT_LPCC,
     XTRACT_SUBBANDS,
     /* Helper functions */
-    XTRACT_WINDOWED
+    XTRACT_WINDOWED,
+    XTRACT_SMOOTHED
 };
 
 /** \brief Enumeration of feature initialisation functions */