- Timestamp:
- Mar 27, 2017, 11:02:07 AM (8 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, sampler
- Children:
- e8b47ce
- Parents:
- 93579e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/onset/onset.c
r93579e5 rdccfad2 317 317 aubio_onset_set_compression (o, 0.02); 318 318 } else if (strcmp (onset_mode, "specflux") == 0) { 319 aubio_onset_set_threshold (o, 0. 25);319 aubio_onset_set_threshold (o, 0.18); 320 320 aubio_onset_set_awhitening(o, 1); 321 aubio_onset_set_compression (o, 20.); 321 aubio_spectral_whitening_set_relax_time(o->spectral_whitening, 100); 322 aubio_spectral_whitening_set_floor(o->spectral_whitening, 1.); 323 aubio_onset_set_compression (o, 10.); 322 324 } else if (strcmp (onset_mode, "specdiff") == 0) { 323 325 } else {
Note: See TracChangeset
for help on using the changeset viewer.