Changeset cbda661 for src/onset


Ignore:
Timestamp:
Feb 21, 2014, 5:09:34 PM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

src/onset/onset.c: default depends on hop_size, not samplerate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/onset.c

    r10b11d6 rcbda661  
    186186  /* set some default parameter */
    187187  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);
    189189  aubio_onset_set_minioi_ms(o, 20.);
    190190  aubio_onset_set_silence(o, -70.);
Note: See TracChangeset for help on using the changeset viewer.