Changeset 660cad22 for examples/utils.c


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

    r55c6da4 r660cad22  
    3939aubio_onsetdetection_type type_onset2 = aubio_onset_complex;
    4040smpl_t threshold                      = 0.3;
    41 smpl_t threshold2                     = -90.;
     41smpl_t silence                        = -90.;
    4242uint_t buffer_size                    = 512; //1024;
    4343uint_t overlap_size                   = 256; //512;
     
    178178                                break;
    179179                        case 's':   /* threshold value for onset */
    180                                 threshold2 = (smpl_t)atof(optarg);
     180                                silence = (smpl_t)atof(optarg);
    181181                                break;
    182182                        case 't':   /* threshold value for onset */
Note: See TracChangeset for help on using the changeset viewer.