Changeset 055d674


Ignore:
Timestamp:
Dec 17, 2007, 3:37:42 PM (16 years ago)
Author:
Paul Brossier <piem@piem.org>
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:
90a59c3
Parents:
4a20dad
Message:

add del_aubio_biquad to aubio.i

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    r4a20dad r055d674  
    104104extern void aubio_biquad_do(aubio_biquad_t * b, fvec_t * in);
    105105extern void aubio_biquad_do_filtfilt(aubio_biquad_t * b, fvec_t * in, fvec_t * tmp);
    106 /*extern int del_aubio_biquad(aubio_biquad_t * b);*/
     106extern void del_aubio_biquad(aubio_biquad_t * b);
    107107
    108108/* hist */
Note: See TracChangeset for help on using the changeset viewer.