Changes in src/tempo/beattracking.h [f45dd12:5f5edc1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tempo/beattracking.h
rf45dd12 r5f5edc1 68 68 fvec_t * out); 69 69 70 /** get current beat period in samples 71 72 \param bt beat tracking object 73 74 Returns the currently observed period, in samples, or 0 if no consistent 75 value is found. 76 77 */ 78 smpl_t aubio_beattracking_get_period (aubio_beattracking_t * bt); 79 80 /** get current beat period in seconds 81 82 \param bt beat tracking object 83 84 Returns the currently observed period, in seconds, or 0 if no consistent 85 value is found. 86 87 */ 88 smpl_t aubio_beattracking_get_period_s (aubio_beattracking_t * bt); 89 70 90 /** get current tempo in bpm 71 91
Note: See TracChangeset
for help on using the changeset viewer.