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/aubiotrack.c

    r1186c98 rab7212f  
    8181  // aubio_tempo_set_silence(tempo, -1000.);
    8282  if (onset_threshold != 0.) aubio_tempo_set_threshold (tempo, onset_threshold);
     83  if (onset_minioi != 0.) errmsg ("warning: minioio not supported yet\n");
    8384
    8485  wavetable = new_aubio_wavetable (samplerate, hop_size);
Note: See TracChangeset for help on using the changeset viewer.