diff 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
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