projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac4f38e
)
change delay from 3 to 5
author
Paul Brossier
<piem@altern.org>
Thu, 16 Mar 2006 16:00:39 +0000
(16:00 +0000)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/python/test/bench/onset/bench-onset
b/python/test/bench/onset/bench-onset
index a56e4d47b9ecf9831b3b5d457a3e3eed2949e8a0..53a7ee958ee9d64b953ffb072791941043dcd6bf 100755
(executable)
--- a/
python/test/bench/onset/bench-onset
+++ b/
python/test/bench/onset/bench-onset
@@
-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)