|
UniMRCP
1.3.0
|
MPF Stream Resampler. More...
#include "mpf_stream.h"Go to the source code of this file.
Functions | |
| APT_BEGIN_EXTERN_C mpf_audio_stream_t * | mpf_resampler_create (mpf_audio_stream_t *source, mpf_audio_stream_t *sink, apr_pool_t *pool) |
MPF Stream Resampler.
| APT_BEGIN_EXTERN_C mpf_audio_stream_t* mpf_resampler_create | ( | mpf_audio_stream_t * | source, |
| mpf_audio_stream_t * | sink, | ||
| apr_pool_t * | pool | ||
| ) |
Create audio stream resampler.
| source | the source stream to resample |
| sink | the sink stream to resample to |
| pool | the pool to allocate memory from |
1.8.3.1