ProcessAudio

Overload list

Windows
MacOS
Linux
Name Description

Public function

float

 

ProcessAudio

(
    const float InAudioSample
)

Processes the input audio stream and returns the envelope value.

Public function

int16

 

ProcessAudio

(
    const int16 InAudioSample
)

Process the input audio stream in int16 format.

Public function

float

 

ProcessAudio

(
    const float* InAudioBuffer,
    int32 InNumSamples
)

Process the input audio buffer and returns the last envelope value.

Public function

float

 

ProcessAudio

(
    const float* InAudioBuffer,
    float* OutAudioBuffer,
    int32 InNumSamples
)

Process the input audio buffer and returns the last envelope value.

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