diff Example VamPy plugins/PySpectralCentroid.py @ 70:6c755f3e1173

More fixes
author Chris Cannam
date Mon, 17 Nov 2014 14:07:00 +0000
parents f5b8646494d2
children
line wrap: on
line diff
--- a/Example VamPy plugins/PySpectralCentroid.py	Mon Nov 17 12:53:51 2014 +0000
+++ b/Example VamPy plugins/PySpectralCentroid.py	Mon Nov 17 14:07:00 2014 +0000
@@ -35,7 +35,6 @@
 class PySpectralCentroid: 
 	
 	def __init__(self,inputSampleRate): 
-		self.m_imputSampleRate = 0.0 
 		self.m_stepSize = 0
 		self.m_blockSize = 0
 		self.m_channels = 0