projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2382036
)
python/tests/test_sink.py: trigger sink bug
author
Paul Brossier
<piem@piem.org>
Thu, 7 Mar 2013 21:50:03 +0000
(16:50 -0500)
committer
Paul Brossier
<piem@piem.org>
Thu, 7 Mar 2013 21:50:03 +0000
(16:50 -0500)
python/tests/test_sink.py
patch
|
blob
|
history
diff --git
a/python/tests/test_sink.py
b/python/tests/test_sink.py
index 21723dedcb94a5f12923374562ee857e23aee32b..f0104d11ad5e28a0885c3a975225dbfbf12f45bb 100755
(executable)
--- a/
python/tests/test_sink.py
+++ b/
python/tests/test_sink.py
@@
-22,7
+22,7
@@
class aubio_sink_test_case(TestCase):
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) ),