Changeset 80149a1


Ignore:
Timestamp:
May 5, 2006, 10:10:22 AM (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:
cadf07b
Parents:
dfe0d360
Message:

update imports in bench-window
update imports in bench-window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/test/bench/onset/bench-window

    rdfe0d360 r80149a1  
    11#! /usr/bin/python
    22
    3 from aubio.tasks import *
    4 
    5 from benchonset import mmean, stdev, benchonset
     3from aubio.bench.onset import benchonset
     4from aubio.task.onset import taskonset
     5from aubio.task.params import taskparams
    66
    77class mybenchonset(benchonset):
Note: See TracChangeset for help on using the changeset viewer.