Changeset de92b1c for swig


Ignore:
Timestamp:
Dec 22, 2005, 5:31:40 PM (18 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:
27f2c08
Parents:
f2adb86
Message:

adds peakpick_pimrt_getval and beattracking functions
adds peakpick_pimrt_getval and beattracking functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    rf2adb86 rde92b1c  
    224224aubio_pickpeak_t * new_aubio_peakpicker(smpl_t threshold);
    225225uint_t aubio_peakpick_pimrt(fvec_t * DF, aubio_pickpeak_t * p);
     226smpl_t aubio_peakpick_pimrt_getval(aubio_pickpeak_t* p);
    226227uint_t aubio_peakpick_pimrt_wt( fvec_t* DF, aubio_pickpeak_t* p, smpl_t* peakval );
    227228void del_aubio_peakpicker(aubio_pickpeak_t * p);
     
    232233void del_aubio_tss(aubio_tss_t *s);
    233234void aubio_tss_do(aubio_tss_t *s, cvec_t * input, cvec_t * trans, cvec_t * stead);
     235
     236/* beattracking */
     237aubio_beattracking_t * new_aubio_beattracking(uint_t winlen, uint_t channels);
     238void aubio_beattracking_do(aubio_beattracking_t * bt, fvec_t * dfframes, fvec_t * out);
     239void del_aubio_beattracking(aubio_beattracking_t * p);
     240
    234241
    235242
Note: See TracChangeset for help on using the changeset viewer.