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 MapOutputFrameToInputFrame
&40;
float InOutputFrameIndex
&41; const
Remarks
Translates an output frame index to an input 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 input frame.
Parameters
| Name | Description |
|---|---|
| InOutputFrameIndex | Index of output frame. |