TSampleBuffer::GetAudioFrameAtFractionalIndex

InIndex [0.0f, NumSamples - 1.0f] OutFrame is the multichannel output for one index value Returns InIndex wrapped between 0.0 and NumFrames

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "SampleBuffer.h"

Syntax

float GetAudioFrameAtFractionalIndex
(
    float InIndex,
    TArray< SampleType > & OutFrame
) const

Remarks

InIndex [0.0f, NumSamples - 1.0f] OutFrame is the multichannel output for one index value Returns InIndex wrapped between 0.0 and NumFrames

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