FMixerSubmix::DownmixBuffer

Down mix the given buffer to the desired down mix channel count.

Windows
MacOS
Linux

References

Module

AudioMixer

Header

/Engine/Source/Runtime/AudioMixer/Public/AudioMixerSubmix.h

Include

#include "AudioMixerSubmix.h"

Source

/Engine/Source/Runtime/AudioMixer/Private/AudioMixerSubmix.cpp

Syntax

static void DownmixBuffer
(
    const int32 InChannels,
    const AlignedFloatBuffer & InBuffer,
    const int32 OutChannels,
    AlignedFloatBuffer & OutNewBuffer
)

Remarks

Down mix the given buffer to the desired down mix channel count.

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