diff Example VamPy plugins/PyMFCC.py @ 52:d56f48aafb99

Updated some example plugins.
author fazekasgy
date Thu, 08 Oct 2009 08:59:08 +0000
parents 27bab3a16c9a
children 146d14ab15e7
line wrap: on
line diff
--- a/Example VamPy plugins/PyMFCC.py	Thu Oct 08 08:47:28 2009 +0000
+++ b/Example VamPy plugins/PyMFCC.py	Thu Oct 08 08:59:08 2009 +0000
@@ -329,6 +329,7 @@
 		# do the frequency warping and MFCC computation
 		melSpectrum = self.warpSpectrum(magnitudeSpectrum)
 		melCepstrum = self.getMFCCs(melSpectrum,cn=True)
+		# print melSpectrum,melCepstrum
 		
 		# returning the values: 
 		outputs = FeatureSet()