FAudioCaptureSynth::GetAudioData

Retrieves audio data from the capture synth.

Windows
MacOS
Linux

References

Module

AudioCaptureCore

Header

/Engine/Source/Runtime/AudioCaptureCore/Public/AudioCaptureCore.h

Include

#include "AudioCaptureCore.h"

Source

/Engine/Source/Runtime/AudioCaptureCore/Private/AudioCaptureCore.cpp

Syntax

bool GetAudioData
(
    TArray< float > & OutAudioData
)

Remarks

Retrieves audio data from the capture synth. This returns audio only if there was non-zero audio since this function was last called.

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