Changeset dfe0d360 for python/test/bench
- Timestamp:
- May 5, 2006, 10:07:47 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:
- 80149a1
- Parents:
- 3e29681
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/test/bench/onset/bench-delay
r3e29681 rdfe0d360 1 1 #! /usr/bin/python 2 2 3 from aubio. tasks import *4 5 from benchonset import mmean, stdev, benchonset3 from aubio.bench.onset import benchonset 4 from aubio.task.onset import taskonset 5 from aubio.task.params import taskparams 6 6 7 7 class mybenchonset(benchonset):
Note: See TracChangeset
for help on using the changeset viewer.