FResampler

Windows
MacOS
Linux

References

Module

AudioPlatformConfiguration

Header

/Engine/Source/Runtime/AudioPlatformConfiguration/Public/AudioResampler.h

Include

#include "AudioResampler.h"

Syntax

class FResampler

Constructors

Name Description

Public function

FResampler()

Destructors

Name Description

Public function

~FResampler()

Functions

Name Description

Public function

void

 

Init

(
    EResamplingMethod ResamplingMethod,
    float StartingSampleRateRatio,
    int32 InNumChannels
)

Public function

int32

 

ProcessAudio

(
    float* InAudioBuffer,
    int32 InSamples,
    bool bEndOfInput,
    float* OutAudioBuffer,
    int32 MaxOutputFrames,
    int32& OutNumFrames
)

Public function

void

 

SetSampleRateRatio

(
    float InRatio
)

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