Changeset 277918b for src/temporal


Ignore:
Timestamp:
Oct 7, 2009, 11:21:15 PM (14 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:
316092e
Parents:
0ce97483
Message:

src/temporal/resample.c: rename aubio_resampler_process to aubio_resampler_do

Location:
src/temporal
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/resample.c

    r0ce97483 r277918b  
    5151}
    5252
    53 uint_t aubio_resampler_process(aubio_resampler_t *s,
     53uint_t aubio_resampler_do (aubio_resampler_t *s,
    5454    fvec_t * input,  fvec_t * output) {
    5555        uint_t i ;
  • src/temporal/resample.h

    r0ce97483 r277918b  
    5252
    5353*/
    54 uint_t aubio_resampler_process(aubio_resampler_t *s, fvec_t * input,  fvec_t * output);
     54uint_t aubio_resampler_do (aubio_resampler_t *s, fvec_t * input,  fvec_t * output);
    5555
    5656#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.