- Timestamp:
- Oct 19, 2009, 2:45:13 PM (15 years ago)
- 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:
- b849106
- Parents:
- 59c046d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified swig/aubio.i ΒΆ
r59c046d rb01bd4a 85 85 86 86 /* biquad */ 87 aubio_biquad_t * new_aubio_biquad(lsmp_t b1, lsmp_t b2, lsmp_t b3, lsmp_t a2, lsmp_t a3); 88 void aubio_biquad_do(aubio_biquad_t * b, fvec_t * in); 89 void aubio_biquad_do_filtfilt(aubio_biquad_t * b, fvec_t * in, fvec_t * tmp); 90 void del_aubio_biquad(aubio_biquad_t * b); 87 aubio_filter_t * new_aubio_filter_biquad(lsmp_t b1, lsmp_t b2, lsmp_t b3, lsmp_t a2, lsmp_t a3, uint_t channels); 88 uint_t aubio_filter_set_biquad (aubio_filter_t * b, lsmp_t b1, lsmp_t b2, lsmp_t b3, lsmp_t a2, lsmp_t a3); 91 89 92 90 /* hist */
Note: See TracChangeset
for help on using the changeset viewer.