diff qm-dsp.pro @ 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 b678e72323df
line wrap: on
line diff
--- a/qm-dsp.pro	Thu Jan 10 15:16:08 2008 +0000
+++ b/qm-dsp.pro	Thu Jan 10 16:41:33 2008 +0000
@@ -24,6 +24,7 @@
            dsp/chromagram/ChromaProcess.h \
            dsp/chromagram/ConstantQ.h \
            dsp/keydetection/GetKeyMode.h \
+           dsp/mfcc/MFCC.h \
            dsp/onsets/DetectionFunction.h \
            dsp/onsets/PeakPicking.h \
            dsp/phasevocoder/PhaseVocoder.h \
@@ -55,6 +56,7 @@
            dsp/chromagram/ChromaProcess.cpp \
            dsp/chromagram/ConstantQ.cpp \
            dsp/keydetection/GetKeyMode.cpp \
+           dsp/mfcc/MFCC.cpp \
            dsp/onsets/DetectionFunction.cpp \
            dsp/onsets/PeakPicking.cpp \
            dsp/phasevocoder/PhaseVocoder.cpp \