Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified swig/aubio.i

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