Changeset dba9b33
- Timestamp:
- Mar 26, 2014, 3:40:08 AM (11 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 9209c79
- Parents:
- 7f0fd1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onset/onset.h
r7f0fd1d rdba9b33 177 177 uint_t aubio_onset_set_minioi_ms(aubio_onset_t * o, smpl_t minioi); 178 178 179 /** set minimum inter onset intervalin samples179 /** set delay in samples 180 180 181 181 \param o onset detection object as returned by new_aubio_onset() … … 186 186 uint_t aubio_onset_set_delay(aubio_onset_t * o, uint_t delay); 187 187 188 /** set minimum inter onset intervalin seconds188 /** set delay in seconds 189 189 190 190 \param o onset detection object as returned by new_aubio_onset() … … 195 195 uint_t aubio_onset_set_delay_s(aubio_onset_t * o, smpl_t delay); 196 196 197 /** set minimum inter onset intervalin milliseconds197 /** set delay in milliseconds 198 198 199 199 \param o onset detection object as returned by new_aubio_onset() … … 231 231 smpl_t aubio_onset_get_minioi_ms(aubio_onset_t * o); 232 232 233 /** get minimum inter onset intervalin samples233 /** get delay in samples 234 234 235 235 \param o onset detection object as returned by new_aubio_onset() … … 240 240 uint_t aubio_onset_get_delay(aubio_onset_t * o); 241 241 242 /** get minimum inter onset intervalin seconds242 /** get delay in seconds 243 243 244 244 \param o onset detection object as returned by new_aubio_onset() … … 249 249 smpl_t aubio_onset_get_delay_s(aubio_onset_t * o); 250 250 251 /** get minimum inter onset intervalin milliseconds251 /** get delay in milliseconds 252 252 253 253 \param o onset detection object as returned by new_aubio_onset()
Note: See TracChangeset
for help on using the changeset viewer.