- Timestamp:
- May 31, 2005, 4:12:33 AM (20 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:
- d53e4df
- Parents:
- 8e25b1b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubiocompare-onset
r8e25b1b rb16c017 92 92 if mode == 'localisation': 93 93 l = onset_diffs(ltru,lres,tol) 94 for i in l: print i94 for i in l: print "%.3f" % i 95 95 else: 96 96 orig, missed, merged, expc, bad, doubled = onset_roc(ltru,lres,tol)
Note: See TracChangeset
for help on using the changeset viewer.