Changeset cbda661 for src/onset/onset.c
- Timestamp:
- Feb 21, 2014, 5:09:34 PM (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:
- 30fb06f
- Parents:
- 10b11d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onset/onset.c
r10b11d6 rcbda661 186 186 /* set some default parameter */ 187 187 aubio_onset_set_threshold (o, 0.3); 188 aubio_onset_set_delay _ms(o, 50.);188 aubio_onset_set_delay(o, 4.3 * hop_size); 189 189 aubio_onset_set_minioi_ms(o, 20.); 190 190 aubio_onset_set_silence(o, -70.);
Note: See TracChangeset
for help on using the changeset viewer.