change delay from 3 to 5
authorPaul Brossier <piem@altern.org>
Thu, 16 Mar 2006 16:00:39 +0000 (16:00 +0000)
committerPaul Brossier <piem@altern.org>
Thu, 16 Mar 2006 16:00:39 +0000 (16:00 +0000)
change delay from 3 to 5

python/test/bench/onset/bench-onset

index a56e4d4..53a7ee9 100755 (executable)
@@ -53,7 +53,7 @@ if __name__ == "__main__":
        benchonset.params = taskparams()
        benchonset.params.dcthreshold = -1.
        benchonset.params.silence = -100.
-       benchonset.params.delay = 3
+       benchonset.params.delay = 5
        benchonset.params.bufsize = 1024 
        benchonset.params.hopsize = 256 
        benchonset.params.step = float(benchonset.params.hopsize)/float(benchonset.params.samplerate)