Changeset ea98179 for python/aubio/bench/node.py
- Timestamp:
- Feb 26, 2006, 6:31:01 PM (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:
- 84e80a1
- Parents:
- 897b455
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubio/bench/node.py
r897b455 rea98179 90 90 """ class to run benchmarks on directories """ 91 91 def __init__(self,datadir,resdir=None,checkres=False,checkanno=False,params=[]): 92 from aubio.tasks import taskparams 92 93 self.datadir = datadir 93 94 # path to write results path to
Note: See TracChangeset
for help on using the changeset viewer.