Changes in src/onset/onset.h [7ac374d:96a96d7]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onset/onset.h
r7ac374d r96a96d7 118 118 smpl_t aubio_onset_get_last_ms (aubio_onset_t *o); 119 119 120 /** set onset detection adaptive whitening121 122 \param o onset detection object as returned by new_aubio_onset()123 \param apply_adaptive_whitening 1 to enable, 0 to disable124 125 */126 uint_t aubio_onset_set_adaptive_whitening(aubio_onset_t * o, uint_t apply_adaptive_whitening);127 128 /** get onset detection silence threshold129 130 \param o onset detection object as returned by new_aubio_onset()131 132 \return adaptive whitening mode, 1 if enabled, 0 otherwise133 134 */135 uint_t aubio_onset_get_adaptive_whitening(aubio_onset_t * o);136 137 120 /** set onset detection silence threshold 138 121
Note: See TracChangeset
for help on using the changeset viewer.