FLateReflectionsPlate::ProcessAudioFrames

Processing input samples.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/LateReflectionsFast.h

Include

#include "DSP/LateReflectionsFast.h"

Source

/Engine/Source/Runtime/SignalProcessing/Private/LateReflectionsFast.cpp

Syntax

void ProcessAudioFrames
(
    const AlignedFloatBuffer & InSamples,
    const AlignedFloatBuffer & InFeedbackSamples,
    const AlignedFloatBuffer & InDelayModulations,
    FLateReflectionsPlateOutputs & OutPlateSamples
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss