Changeset 64c3658


Ignore:
Timestamp:
Oct 8, 2009, 12:28:56 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:
6fc103d
Parents:
0af05d3
Message:

swig/aubio.i: update aubio_resampler_do

File:
1 edited

Legend:

Unmodified
Added
Removed
  • swig/aubio.i

    r0af05d3 r64c3658  
    183183%#if HAVE_SAMPLERATE
    184184extern aubio_resampler_t * new_aubio_resampler(float ratio, uint_t type);
    185 extern uint_t aubio_resampler_do (aubio_resampler_t *s, fvec_t * input,  fvec_t * output);
     185extern void aubio_resampler_do (aubio_resampler_t *s, fvec_t * input,  fvec_t * output);
    186186extern void del_aubio_resampler(aubio_resampler_t *s);
    187187%#endif /* HAVE_SAMPLERATE */
Note: See TracChangeset for help on using the changeset viewer.