Changes in swig/aubio.i [c7f32b1:941801f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
swig/aubio.i
rc7f32b1 r941801f 174 174 aubio_onset_phase, 175 175 aubio_onset_kl, 176 aubio_onset_mkl, 177 aubio_onset_specflux, 176 aubio_onset_mkl 178 177 } aubio_onsetdetection_type; 179 178 aubio_onsetdetection_t * new_aubio_onsetdetection(aubio_onsetdetection_type type, uint_t size, uint_t channels); 180 179 void aubio_onsetdetection(aubio_onsetdetection_t *o, cvec_t * fftgrain, fvec_t * onset); 181 void del_aubio_onsetdetection(aubio_onsetdetection_t *o);182 180 183 181 /* should these still be exposed ? */
Note: See TracChangeset
for help on using the changeset viewer.