Changeset 5d1c070 for python/aubio/bench


Ignore:
Timestamp:
Mar 5, 2006, 4:21:16 AM (19 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:
d8604ac
Parents:
43938de
Message:

updated to new bench-pitch, fixed gettruth
updated to new bench-pitch, fixed gettruth

File:
1 edited

Legend:

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

    r43938de r5d1c070  
    2626        if maxdepth >= 0: maxstring = " -maxdepth %d " % maxdepth       
    2727        else: maxstring = ""
    28         cmd = '%s' * 5 % ('find ',datapath,maxstring,' -type ',filter)
     28        cmd = '%s' * 6 % ('find ',datapath,maxstring,' -type ',filter, "| sort -n")
    2929        return runcommand(cmd)
    3030
Note: See TracChangeset for help on using the changeset viewer.