diff Example VamPy plugins/PySpectralFeatures.py @ 67:146d14ab15e7

Debug output: off by default, on with VAMPY_VERBOSE environment variable
author Chris Cannam
date Mon, 17 Nov 2014 10:03:44 +0000
parents 93eddad99f3c
children 44d56a3d16b7
line wrap: on
line diff
--- a/Example VamPy plugins/PySpectralFeatures.py	Mon Nov 17 09:37:59 2014 +0000
+++ b/Example VamPy plugins/PySpectralFeatures.py	Mon Nov 17 10:03:44 2014 +0000
@@ -22,7 +22,7 @@
 	def __init__(self,inputSampleRate):
 
 		# flags:
-		self.vampy_flags = vf_DEBUG | vf_BUFFER | vf_REALTIME
+		self.vampy_flags = vf_BUFFER | vf_REALTIME
 
 		self.m_inputSampleRate = inputSampleRate
 		self.m_stepSize = 0