# HG changeset patch # User fazekasgy # Date 1215000695 0 # Node ID 3983172c1db2c768c5f4fdf2b83381f42e7dc027 # Parent 095df80af75126eb7ae7a1f8c4a0be80d8b2b27d fixed PySpectralCentroid example diff -r 095df80af751 -r 3983172c1db2 Example VamPy plugins/PySpectralCentroid.py --- a/Example VamPy plugins/PySpectralCentroid.py Thu Jun 19 15:08:08 2008 +0000 +++ b/Example VamPy plugins/PySpectralCentroid.py Wed Jul 02 12:11:35 2008 +0000 @@ -82,7 +82,7 @@ else: return 0.0 - def process(self,inbuf): + def process(self,inbuf,timestamp): inArray = array(inbuf[0]) crossing = False prev = self.previousSample