Go to the source code of this file.
Functions | |
void * | resample_open (int highQuality, double minFactor, double maxFactor) |
Create a resampler. | |
void * | resample_dup (const void *handle) |
Duplicate a resampler. | |
int | resample_get_filter_width (const void *handle) |
Get filter width for resampler. | |
int | resample_process (void *handle, double factor, float *inBuffer, int inBufferLen, int lastFlag, int *inBufferUsed, float *outBuffer, int outBufferLen) |
Resample a chunk of audio. | |
void | resample_close (void *handle) |
Close a resampler. |
|
Close a resampler.
|
|
Duplicate a resampler.
|
|
Get filter width for resampler.
|
|
Create a resampler.
|
|
Resample a chunk of audio.
|