Mercurial > hg > qm-dsp
comparison dsp/segmentation/segment.h @ 26:d096a79fa772
* Add timbral (MFCC) feature option to segmenter
author | cannam |
---|---|
date | Thu, 10 Jan 2008 16:41:33 +0000 |
parents | 8bdbda7fb893 |
children | 67899fda84f5 |
comparison
equal
deleted
inserted
replaced
25:54a962727271 | 26:d096a79fa772 |
---|---|
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 |