Changeset e621b9a


Ignore:
Timestamp:
Jul 12, 2006, 6:28:30 PM (18 years ago)
Author:
Paul Brossier <piem@altern.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:
637a3ce
Parents:
bb20f87
Message:

update biquad deletion function
update biquad deletion function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/biquad.h

    rbb20f87 re621b9a  
    6767aubio_biquad_t * new_aubio_biquad(lsmp_t b1, lsmp_t b2, lsmp_t b3, lsmp_t a2, lsmp_t a3);
    6868
     69/** delete biquad filter
     70 
     71  \param b biquad object to delete
     72
     73*/
     74void del_aubio_biquad(aubio_biquad_t * b);
     75
    6976#ifdef __cplusplus
    7077}
Note: See TracChangeset for help on using the changeset viewer.