Ignore:
Timestamp:
Oct 21, 2009, 3:08:24 PM (15 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:
1f8e522
Parents:
1c190d5
Message:

examples/: set threshold as needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubionotes.c

    r1c190d5 r40acfbc  
    148148  o = new_aubio_onset (onset_mode, buffer_size, overlap_size, channels,
    149149          samplerate);
     150  if (threshold != 0.) aubio_onset_set_threshold (o, threshold);
    150151  onset = new_fvec (1, channels);
    151152
Note: See TracChangeset for help on using the changeset viewer.