Changes in src/onset/onset.c [8b884ef:47e067b]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onset/onset.c
r8b884ef r47e067b 93 93 smpl_t aubio_onset_get_last_ms (aubio_onset_t *o) 94 94 { 95 return aubio_onset_get_last_s (o) /1000.;95 return aubio_onset_get_last_s (o) * 1000.; 96 96 } 97 97
Note: See TracChangeset
for help on using the changeset viewer.