Ignore:
Timestamp:
Dec 11, 2016, 11:21:55 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:
671eae1
Parents:
e15d7d0
Message:

examples/aubioonset.c: use seconds for minioi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubioonset.c

    re15d7d0 re0a9fd2  
    7676    aubio_onset_set_silence (o, silence_threshold);
    7777  if (onset_minioi != 0.)
    78     aubio_onset_set_minioi_ms (o, onset_minioi);
     78    aubio_onset_set_minioi_s (o, onset_minioi);
    7979
    8080  onset = new_fvec (1);
Note: See TracChangeset for help on using the changeset viewer.