Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.c

    r8b884ef r47e067b  
    9393smpl_t aubio_onset_get_last_ms (aubio_onset_t *o)
    9494{
    95   return aubio_onset_get_last_s (o) / 1000.;
     95  return aubio_onset_get_last_s (o) * 1000.;
    9696}
    9797
Note: See TracChangeset for help on using the changeset viewer.