Changeset 3822b73 for swig/aubio.i


Ignore:
Timestamp:
Nov 30, 2007, 9:02:35 PM (16 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:
c71b717
Parents:
5d012d0
Message:

swig/aubio.i: add aubio_peakpicker_get/set_threshold

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    r5d012d0 r3822b73  
    263263aubio_pickpeak_t * new_aubio_peakpicker(smpl_t threshold);
    264264uint_t aubio_peakpick_pimrt(fvec_t * DF, aubio_pickpeak_t * p);
     265uint_t aubio_peakpick_pimrt_wt( fvec_t* DF, aubio_pickpeak_t* p, smpl_t* peakval );
    265266smpl_t aubio_peakpick_pimrt_getval(aubio_pickpeak_t* p);
    266 uint_t aubio_peakpick_pimrt_wt( fvec_t* DF, aubio_pickpeak_t* p, smpl_t* peakval );
    267267void del_aubio_peakpicker(aubio_pickpeak_t * p);
     268void aubio_peakpicker_set_threshold(aubio_pickpeak_t * p, smpl_t threshold);
     269smpl_t aubio_peakpicker_get_threshold(aubio_pickpeak_t * p);
    268270
    269271/* transient/steady state separation */
Note: See TracChangeset for help on using the changeset viewer.