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

    r1c190d5 r40acfbc  
    8484  tempo_out = new_fvec(2,channels);
    8585  bt = new_aubio_tempo(onset_mode,buffer_size,overlap_size,channels, samplerate);
     86  if (threshold != 0.) aubio_tempo_set_threshold (bt, threshold);
    8687
    8788  examples_common_process(aubio_process,process_print);
Note: See TracChangeset for help on using the changeset viewer.