FAudioFileWriter::PushAudio

Use this to push audio to the file writer.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/FileEncoder.h"

Source

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

Syntax

bool PushAudio
(
    const float * InAudio,
    int32 NumSamples,
    bool bEncodeIfPossible
)

Remarks

Use this to push audio to the file writer. If you'd like to move encoding and file writing to a separate thread from PushAudio, Call this with bEncodeIfPossible = false.

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