Ignore:
Timestamp:
Mar 3, 2006, 7:11:52 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:
5d1c070
Parents:
13c3fba
Message:

move benchonset to aubio.bench
move benchonset to aubio.bench

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/aubio/task/onset.py

    r13c3fba r43938de  
    6161
    6262        def eval(self,inputdata,ftru,mode='roc',vmode=''):
    63                 from txtfile import read_datafile
    64                 from onsetcompare import onset_roc, onset_diffs, onset_rocloc
     63                from aubio.txtfile import read_datafile
     64                from aubio.onsetcompare import onset_roc, onset_diffs, onset_rocloc
    6565                ltru = read_datafile(ftru,depth=0)
    6666                lres = []
Note: See TracChangeset for help on using the changeset viewer.