Mercurial > hg > qm-dsp
comparison 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 |
comparison
equal
deleted
inserted
replaced
250:a106e551e9a4 | 251:c3600d3cfe5c |
---|---|
31 | 31 |
32 typedef enum | 32 typedef enum |
33 { | 33 { |
34 FEATURE_TYPE_UNKNOWN = 0, | 34 FEATURE_TYPE_UNKNOWN = 0, |
35 FEATURE_TYPE_CONSTQ = 1, | 35 FEATURE_TYPE_CONSTQ = 1, |
36 FEATURE_TYPE_CHROMA | 36 FEATURE_TYPE_CHROMA = 2, |
37 FEATURE_TYPE_MFCC = 3 | |
37 } feature_types; | 38 } feature_types; |
38 | 39 |
39 #ifdef __cplusplus | 40 #ifdef __cplusplus |
40 } | 41 } |
41 #endif | 42 #endif |