FPatchOutput::MixInAudio

Sums the minimum of NumSamples or however many samples are available into OutBuffer.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/MultithreadedPatching.h"

Source

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

Syntax

int32 MixInAudio
(
    float * OutBuffer,
    int32 NumSamples,
    bool bUseLatestAudio
)

Remarks

Sums the minimum of NumSamples or however many samples are available into OutBuffer. Returns the number of samples summed into OutBuffer.

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