Changeset 5d1c070 for python/aubio/bench
- Timestamp:
- Mar 5, 2006, 4:21:16 AM (19 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/bench/node.py
r43938de r5d1c070 26 26 if maxdepth >= 0: maxstring = " -maxdepth %d " % maxdepth 27 27 else: maxstring = "" 28 cmd = '%s' * 5 % ('find ',datapath,maxstring,' -type ',filter)28 cmd = '%s' * 6 % ('find ',datapath,maxstring,' -type ',filter, "| sort -n") 29 29 return runcommand(cmd) 30 30
Note: See TracChangeset
for help on using the changeset viewer.