Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FRuntimeResampler
Description
Reset the internal state of the resampler. Call this if the next audio data to be submitted is unrelated to the audio that has been submitted previously.
| Name | Reset |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/RuntimeResampler.h |
| Include Path | #include "DSP/RuntimeResampler.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/RuntimeResampler.cpp |
void Reset
(
int32 InNumChannels
)