From 26fa6beab516a699ead017f4a2d68b1d861b9561 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 15 Feb 2008 15:49:49 +0000 Subject: Added new extraction function: xtract_subbands() --- xtract/libxtract.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'xtract/libxtract.h') diff --git a/xtract/libxtract.h b/xtract/libxtract.h index 2fad148..44b3828 100644 --- a/xtract/libxtract.h +++ b/xtract/libxtract.h @@ -130,6 +130,7 @@ enum xtract_features_ { XTRACT_HARMONIC_SPECTRUM, XTRACT_LPC, XTRACT_LPCC, + XTRACT_SUBBANDS, /* Helper functions */ XTRACT_WINDOWED }; @@ -179,6 +180,12 @@ enum xtract_spectrum_ { XTRACT_LOG_POWER_SPECTRUM }; +/** \brief Subband scales */ +enum xtract_subband_scales_ { + XTRACT_OCTAVE_SUBBANDS, + XTRACT_LINEAR_SUBBANDS +}; + /** \brief Enumeration of data types*/ typedef enum type_ { XTRACT_FLOAT, -- cgit v1.2.3