Ignore:
Timestamp:
Oct 19, 2009, 1:52:04 PM (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:
b01bd4a
Parents:
b14107f
Message:

src/spectral/filter.c, src/temporal/filterbank_mel.c: move samplerate to the end

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/c_weighting.h

    rb14107f r59c046d  
    6969
    7070*/
    71 aubio_filter_t * new_aubio_filter_c_weighting (uint_t samplerate, uint_t channels);
     71aubio_filter_t * new_aubio_filter_c_weighting (uint_t channels, uint_t samplerate);
    7272
    7373/** set feedback and feedforward coefficients of a C-weighting filter
     
    7676
    7777*/
    78 uint_t aubio_filter_set_c_weighting (aubio_filter_t *f);
     78uint_t aubio_filter_set_c_weighting (aubio_filter_t *f, uint_t samplerate);
    7979
    8080#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.