Changeset 998a8be for swig


Ignore:
Timestamp:
Oct 5, 2009, 7:41:48 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:
9b23eb31
Parents:
0f6f2e6
Message:

swig/aubio.i: update prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    r0f6f2e6 r998a8be  
    271271/* peakpicker */
    272272aubio_pickpeak_t * new_aubio_peakpicker(smpl_t threshold);
    273 uint_t aubio_peakpick_pimrt(fvec_t * DF, aubio_pickpeak_t * p);
     273smpl_t aubio_peakpick_pimrt(fvec_t * DF, aubio_pickpeak_t * p);
    274274uint_t aubio_peakpick_pimrt_wt( fvec_t* DF, aubio_pickpeak_t* p, smpl_t* peakval );
    275275smpl_t aubio_peakpick_pimrt_getval(aubio_pickpeak_t* p);
Note: See TracChangeset for help on using the changeset viewer.