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

    r55c6da4 r660cad22  
    8585                      //60.*44100./overlap_size/abs(btoutput[2]-btoutput[1]));
    8686                      /* test for silence */
    87                       if (aubio_silence_detection(ibuf, threshold2)==1) {
     87                      if (aubio_silence_detection(ibuf, silence)==1) {
    8888                              isonset  = 0;
    8989                              istactus = 0;
Note: See TracChangeset for help on using the changeset viewer.