Changes in src/onset/onset.c [560fc50:c82859f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onset/onset.c
r560fc50 rc82859f 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 now312 310 } else if (strcmp (onset_mode, "mkl") == 0) { 313 311 aubio_onset_set_threshold (o, 0.05);
Note: See TracChangeset
for help on using the changeset viewer.