Ignore:
Timestamp:
Oct 15, 2009, 3:37:08 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:
24d4433
Parents:
c9cebe1
Message:

src/temporal/resampler.{c,h}: use smpl_t, and convet that to a double for libsamplerate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/temporal/resampler.h

    rc9cebe1 rfe9c314  
    4343
    4444*/
    45 aubio_resampler_t * new_aubio_resampler(float ratio, uint_t type);
     45aubio_resampler_t * new_aubio_resampler(smpl_t ratio, uint_t type);
    4646
    4747/** delete resampler object */
Note: See TracChangeset for help on using the changeset viewer.