Changeset 914a8cc


Ignore:
Timestamp:
Sep 17, 2007, 12:50:39 AM (17 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:
3730d94
Parents:
17961b0
Message:

aubio.i: add aubio_filterbank_get_channel function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    r17961b0 r914a8cc  
    154154void del_aubio_filterbank(aubio_filterbank_t * fb);
    155155void aubio_filterbank_do(aubio_filterbank_t * fb, cvec_t * in, fvec_t *out);
     156fvec_t * aubio_filterbank_getchannel(aubio_filterbank_t * fb, uint_t channel);
    156157
    157158/* mfcc */
Note: See TracChangeset for help on using the changeset viewer.