FResampler::ProcessAudio

Windows
MacOS
Linux

References

Module

AudioPlatformConfiguration

Header

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

Include

#include "AudioResampler.h"

Source

/Engine/Source/Runtime/AudioPlatformConfiguration/Private/AudioResampler.cpp

Syntax

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

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