TSampleBuffer::GetAudioFrameAtPhase

InPhase [0, 1], wrapped, through duration of file (ignores sample rate) OutFrame is the multichannel output for one phase value Returns InPhase wrapped between 0.0 and 1.0

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/SampleBuffer.h

Include

#include "SampleBuffer.h"

Syntax

float GetAudioFrameAtPhase
(
    float InPhase,
    TArray< SampleType > & OutFrame
) const

Remarks

InPhase [0, 1], wrapped, through duration of file (ignores sample rate) OutFrame is the multichannel output for one phase value Returns InPhase wrapped between 0.0 and 1.0

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