21#ifndef AUBIO_RESAMPLER_H
22#define AUBIO_RESAMPLER_H
struct _aubio_resampler_t aubio_resampler_t
resampler object
aubio_resampler_t * new_aubio_resampler(smpl_t ratio, uint_t type)
create resampler object
void del_aubio_resampler(aubio_resampler_t *s)
delete resampler object
void aubio_resampler_do(aubio_resampler_t *s, const fvec_t *input, fvec_t *output)
resample input in output
unsigned int uint_t
unsigned integer
float smpl_t
short sample format (32 or 64 bits)