From ac4f38ec7e3013737023c7f33505847795f8f2cf Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 16 Mar 2006 15:59:14 +0000 Subject: [PATCH] add bufsize, hopsize and time to bench.onset add bufsize, hopsize and time to bench.onset --- python/aubio/bench/onset.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python/aubio/bench/onset.py b/python/aubio/bench/onset.py index 36966971..06e330a3 100644 --- a/python/aubio/bench/onset.py +++ b/python/aubio/bench/onset.py @@ -35,10 +35,12 @@ class benchonset(bench): '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 """ -- 2.26.2