Changes in src/tempo.h [cb0415d:d88ea06]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tempo.h
rcb0415d rd88ea06 50 50 void aubio_tempo_set_threshold(aubio_tempo_t * o, smpl_t threshold); 51 51 52 /** get current tempo53 54 \param bt beat tracking object55 56 Returns the currently observed tempo, or 0 if no consistent value is found57 58 */59 smpl_t aubio_tempo_get_bpm(aubio_tempo_t * bt);60 61 52 /** delete tempo detection object */ 62 53 void del_aubio_tempo(aubio_tempo_t * o);
Note: See TracChangeset
for help on using the changeset viewer.