UniMRCP  1.7.0
Functions
mpf_resampler.h File Reference

MPF Stream Resampler. More...

#include "mpf_stream.h"
Include dependency graph for mpf_resampler.h:

Go to the source code of this file.

Functions

APT_BEGIN_EXTERN_C mpf_audio_stream_tmpf_resampler_create (mpf_audio_stream_t *source, mpf_audio_stream_t *sink, apr_pool_t *pool)
 

Detailed Description

MPF Stream Resampler.

Function Documentation

◆ mpf_resampler_create()

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.

Parameters
sourcethe source stream to resample
sinkthe sink stream to resample to
poolthe pool to allocate memory from