Mercurial > hg > libxtract
diff xtract/libxtract.h @ 115:6c5ece9cba3a
- Added to pd example the ability to differentiate between different
argv types (XTRACT_FLOAT, XTRACT_INT) and pass the correct data type
to the xtract[]() function
- Added xtract_flatness_db() details to descriptors.c
- Fixes to tonality and xtract_subbands descriptors
- Added Pd examples for 'subband mean' and tonality calculated using subbands
author | Jamie Bullock <jamie@postlude.co.uk> |
---|---|
date | Sat, 16 Feb 2008 20:13:05 +0000 |
parents | f5040ed4e555 |
children | efb1c1ae2ba8 |
line wrap: on
line diff
--- a/xtract/libxtract.h Fri Feb 15 15:49:49 2008 +0000 +++ b/xtract/libxtract.h Sat Feb 16 20:13:05 2008 +0000 @@ -68,7 +68,7 @@ * @{ */ -#define XTRACT_FEATURES 59 +#define XTRACT_FEATURES 60 /** \brief Enumeration of features, elements are used as indixes to an array of pointers to feature extracton functions */ enum xtract_features_ { @@ -202,6 +202,7 @@ XTRACT_DBFS, XTRACT_DBFS_HERTZ, XTRACT_PERCENT, + XTRACT_BINS, XTRACT_SONE } xtract_unit_t;