Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FPatchInput
Description
Pushes audio from InBuffer to the corresponding FPatchOutput. Pushes zeros if InBuffer is nullptr. Returns how many samples were able to be pushed, or -1 if the output was disconnected.
| Name | PushAudio |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/MultithreadedPatching.h |
| Include Path | #include "DSP/MultithreadedPatching.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/MultithreadedPatching.cpp |
int32 PushAudio
(
const float * InBuffer,
int32 NumSamples
)