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