FPatchInput::PushAudio

Pushes audio from InBuffer to the corresponding [FPatchOutput](API\Runtime\SignalProcessing\DSP\FPatchOutput).

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 PushAudio
(
    const float * InBuffer,
    int32 NumSamples
)

Remarks

Pushes audio from InBuffer to the corresponding FPatchOutput. Returns how many samples were able to be pushed, or -1 if the output was disconnected.

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