Ignore:
Timestamp:
Oct 6, 2009, 5:02:54 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:
eb089fb
Parents:
020d80e
Message:

src/onset/peakpick.h: clean up peakpicker object

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/onset/peakpick.h

    r020d80e r422edfb  
    4141aubio_pickpeak_t * new_aubio_peakpicker(smpl_t threshold);
    4242/** real time peak picking function */
    43 smpl_t aubio_peakpick_pimrt(fvec_t * DF, aubio_pickpeak_t * p);
    44 /** function added by Miguel Ramirez to return the onset detection amplitude in peakval */
    45 uint_t aubio_peakpick_pimrt_wt( fvec_t* DF, aubio_pickpeak_t* p, smpl_t* peakval );
     43smpl_t aubio_peakpicker_do(aubio_pickpeak_t * p, fvec_t * DF);
    4644/** get current peak value */
    47 smpl_t aubio_peakpick_pimrt_getval(aubio_pickpeak_t * p);
     45smpl_t aubio_peakpicker_get_thresholded_input(aubio_pickpeak_t * p);
    4846/** destroy peak picker structure */
    4947void del_aubio_peakpicker(aubio_pickpeak_t * p);
Note: See TracChangeset for help on using the changeset viewer.