Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP > API/Runtime/SignalProcessing/DSP/FMultichannelLinearResampler
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/MultichannelLinearResampler.h |
| Include | #include "DSP/MultichannelLinearResampler.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/MultichannelLinearResampler.cpp |
float MapInputFrameToOutputFrame
&40;
float InInputFrameIndex
&41; const
Remarks
Translates an input frame index to an output frame index given the state of the resampler.
Note: Indices are relative to the buffers passed to ProcessAudio(...)_. The resampler does not maintain a sample counter between calls to ProcessAudio(...)_.
Index of output frame.
Parameters
| Name | Description |
|---|---|
| InInputFrameIndex | Index of input frame. |