- Timestamp:
- Nov 24, 2007, 6:13:59 PM (17 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:
- 7873363
- Parents:
- 9638f84
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/src/test-tempo.c
r9638f84 rd7a104c 19 19 return 1; 20 20 } 21 curtempoconf = aubio_ beattracking_get_confidence(o);21 curtempoconf = aubio_tempo_get_confidence(o); 22 22 if (curtempoconf != 0.) { 23 23 fprintf(stdout,"%f\n",curtempo);
Note: See TracChangeset
for help on using the changeset viewer.