Changeset eebb0e1


Ignore:
Timestamp:
Oct 5, 2009, 12:31:37 AM (15 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:
0f6f2e6
Parents:
f530f12
Message:

swig/aubio.i: update set_a,c_weighting prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    rf530f12 reebb0e1  
    9595
    9696extern aubio_filter_t * new_aubio_filter_a_weighting (uint_t samplerate, uint_t channels);
    97 extern void aubio_filter_set_a_weighting (aubio_filter_t * b);
     97extern uint_t aubio_filter_set_a_weighting (aubio_filter_t * b);
    9898
    9999extern aubio_filter_t * new_aubio_filter_c_weighting (uint_t samplerate, uint_t channels);
    100 extern void aubio_filter_set_c_weighting (aubio_filter_t * b);
     100extern uint_t aubio_filter_set_c_weighting (aubio_filter_t * b);
    101101
    102102/* biquad */
Note: See TracChangeset for help on using the changeset viewer.