Changeset b1aab3a for examples


Ignore:
Timestamp:
Sep 29, 2005, 9:17:26 PM (19 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:
d282373
Parents:
6f7aad0
Message:

added peak picker configuration example
added peak picker configuration example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/aubiotrack.c

    r6f7aad0 rb1aab3a  
    125125  /* override default settings */
    126126  examples_common_init(argc,argv);
     127  /* configure peak picker */
     128  //aubio_peakpicker_set_thresholdfn(parms,vec_mean);
     129  //aubio_peakpicker_set_threshold(parms,0.);
    127130  winlen = SQR(512)/overlap_size;
    128131
Note: See TracChangeset for help on using the changeset viewer.