- Timestamp:
- Nov 13, 2013, 1:27:57 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:
- 0c11dfa
- Parents:
- a4c1e86
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/tempo/test-beattracking.c
ra4c1e86 r988345f 2 2 3 3 #include <aubio.h> 4 #include <stdio.h> 4 5 5 6 int main () … … 25 26 // get bpm and confidence 26 27 bpm = aubio_beattracking_get_bpm(tempo); 28 fprintf(stderr, "found bpm %f\n", bpm); 27 29 confidence = aubio_beattracking_get_confidence(tempo); 28 30 i++;
Note: See TracChangeset
for help on using the changeset viewer.