Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FLateReflectionsPlate
Description
Processing input samples. All input buffers must be of equal length. InSamples contains previously unseen audio samples. InFeedbackSamples contains the delay line output from the other plate. InDelayModulations contains the fractional delay values per a sample to modulate the first all pass filters delay line. OutPlateSamples is filled with audio from the various tap points and delay line output.
| Name | ProcessAudioFrames |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/LateReflectionsFast.h |
| Include Path | #include "DSP/LateReflectionsFast.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/LateReflectionsFast.cpp |
void ProcessAudioFrames
(
const FAlignedFloatBuffer & InSamples,
const FAlignedFloatBuffer & InFeedbackSamples,
const FAlignedFloatBuffer & InDelayModulations,
FLateReflectionsPlateOutputs & OutPlateSamples
)