odin_resampler_create
Creates a new ODIN resampler instance. This is intended for situations where your audio pipeline doesn't support 48 kHz.
warning
One resampler should be used exclusively per audio stream.
Declaration
Parameters
from_rate
The input sample rate in Hz.
Declaration
to_rate
The output sample rate in Hz.
Declaration
channel_count
The number of channels in the audio data.
Declaration
Returns
The handle of the created resampler instance. See OdinResamplerHandle
Declaration