Changeset 588a09f for python/aubiodiffs-onset
- Timestamp:
- May 29, 2005, 3:21:43 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:
- 80c0417
- Parents:
- e83a11e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/aubiodiffs-onset
re83a11e r588a09f 88 88 # compute errors types 89 89 l = onset_diffs(ltru,lres,tol) 90 for i in l: print i 90 # print with 1ms precision 91 for i in l: print "%.3f" % float(i) 91 92
Note: See TracChangeset
for help on using the changeset viewer.