From: Paul Brossier Date: Thu, 16 Mar 2006 15:59:14 +0000 (+0000) Subject: add bufsize, hopsize and time to bench.onset X-Git-Tag: 0.4.0-beta1~1253 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=ac4f38ec7e3013737023c7f33505847795f8f2cf;p=aubio.git add bufsize, hopsize and time to bench.onset add bufsize, hopsize and time to bench.onset --- 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 """