Ignore:
Timestamp:
Jul 6, 2006, 6:38:00 PM (18 years ago)
Author:
Paul Brossier <piem@altern.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:
92eea84
Parents:
55c6da4
Message:

rename threshold2 to silence
rename threshold2 to silence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubionotes.c

    r55c6da4 r660cad22  
    5252
    5353      /* curlevel is negatif or 1 if silence */
    54       curlevel = aubio_level_detection(ibuf, threshold2);
     54      curlevel = aubio_level_detection(ibuf, silence);
    5555      if (isonset) {
    5656              /* test for silence */
Note: See TracChangeset for help on using the changeset viewer.