shithub: aubio

Download patch

ref: db1eab722cb6b0858bb2ba99c573fbb4b859dc9f
parent: 23820363983e05576733671d6eddafc918a87fb4
author: Paul Brossier <piem@piem.org>
date: Thu Mar 7 11:50:03 EST 2013

python/tests/test_sink.py: trigger sink bug

--- a/python/tests/test_sink.py
+++ b/python/tests/test_sink.py
@@ -22,7 +22,7 @@
                 total_frames = 0
                 while True:
                     vec, read = f()
-                    #print g(vec, read)
+                    g(vec, read)
                     total_frames += read
                     if read < f.hop_size: break
                 print "read", "%.2fs" % (total_frames / float(f.samplerate) ),