Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    rc7f32b1 r941801f  
    174174        aubio_onset_phase,
    175175        aubio_onset_kl,
    176         aubio_onset_mkl,
    177         aubio_onset_specflux,
     176        aubio_onset_mkl
    178177} aubio_onsetdetection_type;
    179178aubio_onsetdetection_t * new_aubio_onsetdetection(aubio_onsetdetection_type type, uint_t size, uint_t channels);
    180179void aubio_onsetdetection(aubio_onsetdetection_t *o, cvec_t * fftgrain, fvec_t * onset);
    181 void del_aubio_onsetdetection(aubio_onsetdetection_t *o);
    182180
    183181/* should these still be exposed ? */
Note: See TracChangeset for help on using the changeset viewer.