ref: ac4f38ec7e3013737023c7f33505847795f8f2cf
parent: e54a8ea876c732416664bc5101cd583378eedd1d
author: Paul Brossier <[email protected]>
date: Thu Mar 16 10:59:14 EST 2006
add bufsize, hopsize and time to bench.onset add bufsize, hopsize and time to bench.onset
--- a/python/aubio/bench/onset.py
+++ b/python/aubio/bench/onset.py
@@ -35,10 +35,12 @@
'TTm': "%5.4s", 'TTd': "%5.4s",
'aTtrue':"%5.4s", 'aTfp': "%5.4s", 'aTfn': "%5.4s",
'aTm': "%5.4s", 'aTd': "%5.4s",
- 'mean': "%5.40s", 'smean': "%5.40s",
- 'amean': "%5.40s", 'samean': "%5.40s",
+ 'mean': "%5.6s", 'smean': "%5.6s",
+ 'amean': "%5.6s", 'samean': "%5.6s",
"GD": "%5.4s", "FP": "%5.4s",
- "GDm": "%5.4s", "FPd": "%5.4s"}
+ "GDm": "%5.4s", "FPd": "%5.4s",
+ "bufsize": "%5.4s", "hopsize": "%5.4s",
+ "time": "%5.4s"}
def dir_eval(self):
""" evaluate statistical data over the directory """