Ignore:
Timestamp:
Dec 11, 2016, 4:49:13 PM (7 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, sampler, yinfft+
Children:
ec45138
Parents:
1186c98
Message:

examples/aubioonset.c: add minioi option, in millisecond

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubioonset.c

    r1186c98 rab7212f  
    7575  if (silence_threshold != -90.)
    7676    aubio_onset_set_silence (o, silence_threshold);
     77  if (onset_minioi != 0.)
     78    aubio_onset_set_minioi_ms (o, onset_minioi);
    7779
    7880  onset = new_fvec (1);
Note: See TracChangeset for help on using the changeset viewer.