Changeset 6efdc83 for src/peakpick.h


Ignore:
Timestamp:
Sep 27, 2005, 9:10:49 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:
26d9f8f
Parents:
bfe76d4
Message:

added {set,get}_threshold{,fn} to peakpick
added {set,get}_threshold{,fn} to peakpick

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/peakpick.h

    rbfe76d4 r6efdc83  
    4141void del_aubio_peakpicker(aubio_pickpeak_t * p);
    4242
     43void aubio_peakpicker_set_threshold(aubio_pickpeak_t * p, smpl_t threshold);
     44smpl_t aubio_peakpicker_get_threshold(aubio_pickpeak_t * p);
     45void aubio_peakpicker_set_thresholdfn(aubio_pickpeak_t * p, aubio_thresholdfn_t thresholdfn);
     46aubio_thresholdfn_t aubio_peakpicker_get_thresholdfn(aubio_pickpeak_t * p);
     47
    4348#ifdef __cplusplus
    4449}
Note: See TracChangeset for help on using the changeset viewer.