Navigation
API > API/Runtime > API/Runtime/AudioCaptureCore > API/Runtime/AudioCaptureCore/FAudioCaptureSynth
Description
Retrieves audio data from the capture synth. This returns audio only if there was non-zero audio since this function was last called.
| Name | GetAudioData |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioCaptureCore/Public/AudioCaptureCore.h |
| Include Path | #include "AudioCaptureCore.h" |
| Source | /Engine/Source/Runtime/AudioCaptureCore/Private/AudioCaptureCore.cpp |
bool GetAudioData
(
TArray < float > & OutAudioData
)