Changeset 9ec63a0
- Timestamp:
- Dec 6, 2013, 8:39:21 PM (11 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:
- e8c4de2
- Parents:
- d67a08e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/tempo/test-beattracking.c
rd67a08e r9ec63a0 26 26 // get bpm and confidence 27 27 bpm = aubio_beattracking_get_bpm(tempo); 28 fprintf(stderr, "found bpm %f\n", bpm);29 28 confidence = aubio_beattracking_get_confidence(tempo); 29 fprintf(stderr, "found bpm %f with confidence %f\n", bpm, confidence); 30 30 i++; 31 31 };
Note: See TracChangeset
for help on using the changeset viewer.