Ignore:
Timestamp:
Dec 8, 2013, 2:14:09 AM (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:
3826e0b
Parents:
fe6a393a
Message:

examples/aubio{trac,onset}.c: add silence option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubionotes.c

    rfe6a393a rce6186a  
    5858
    5959  /* curlevel is negatif or 1 if silence */
    60   smpl_t curlevel = aubio_level_detection(ibuf, silence);
     60  smpl_t curlevel = aubio_level_detection(ibuf, silence_threshold);
    6161  if (fvec_read_sample(onset, 0)) {
    6262    /* test for silence */
Note: See TracChangeset for help on using the changeset viewer.