Changes in src/beattracking.h [416c0b5:e34b010]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/beattracking.h
r416c0b5 re34b010 69 69 */ 70 70 smpl_t aubio_beattracking_get_bpm(aubio_beattracking_t * bt); 71 /** get current tempo confidence 72 73 \param bt beat tracking object 74 75 Returns the confidence with which the tempo has been observed, 0 if no 76 consistent value is found. 77 78 */ 79 smpl_t aubio_beattracking_get_confidence(aubio_beattracking_t * bt); 71 80 /** delete beat tracking object 72 81
Note: See TracChangeset
for help on using the changeset viewer.