Mercurial > hg > qm-dsp
diff dsp/segmentation/segment.h @ 251:c3600d3cfe5c
* Add timbral (MFCC) feature option to segmenter
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Thu, 10 Jan 2008 16:41:33 +0000 |
parents | cdfd0948a852 |
children | 67899fda84f5 |
line wrap: on
line diff
--- a/dsp/segmentation/segment.h Thu Jan 10 15:16:08 2008 +0000 +++ b/dsp/segmentation/segment.h Thu Jan 10 16:41:33 2008 +0000 @@ -33,7 +33,8 @@ { FEATURE_TYPE_UNKNOWN = 0, FEATURE_TYPE_CONSTQ = 1, - FEATURE_TYPE_CHROMA + FEATURE_TYPE_CHROMA = 2, + FEATURE_TYPE_MFCC = 3 } feature_types; #ifdef __cplusplus