Changeset ac4f38e for python


Ignore:
Timestamp:
Mar 16, 2006, 4:59:14 PM (18 years ago)
Author:
Paul Brossier <piem@altern.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
2e2bfff
Parents:
e54a8ea
Message:

add bufsize, hopsize and time to bench.onset
add bufsize, hopsize and time to bench.onset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/bench/onset.py

    re54a8ea rac4f38e  
    3636                'aTtrue':"%5.4s", 'aTfp':  "%5.4s", 'aTfn':  "%5.4s",
    3737                'aTm':   "%5.4s", 'aTd':   "%5.4s",
    38                 'mean':  "%5.40s", 'smean': "%5.40s",
    39                 'amean':  "%5.40s", 'samean': "%5.40s",
     38                'mean':  "%5.6s", 'smean': "%5.6s",
     39                'amean':  "%5.6s", 'samean': "%5.6s",
    4040                "GD":     "%5.4s", "FP":     "%5.4s",
    41                 "GDm":     "%5.4s", "FPd":     "%5.4s"}
     41                "GDm":     "%5.4s", "FPd":     "%5.4s",
     42                "bufsize": "%5.4s", "hopsize": "%5.4s",
     43                "time":   "%5.4s"}
    4244
    4345        def dir_eval(self):
Note: See TracChangeset for help on using the changeset viewer.