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