- Timestamp:
- Dec 4, 2017, 1:48:54 AM (7 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
- Children:
- 25ecb73, 43ce34c
- Parents:
- 25db68c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onset/onset.c
r25db68c r560fc50 308 308 o->apply_compression = 0; 309 309 aubio_onset_set_awhitening (o, 0); 310 } else if (strcmp (onset_mode, "wphase") == 0) { 311 // use defaults for now 310 312 } else if (strcmp (onset_mode, "mkl") == 0) { 311 313 aubio_onset_set_threshold (o, 0.05);
Note: See TracChangeset
for help on using the changeset viewer.