IChannelFormatConverter::ProcessAudio

Converter the audio format from the [FInputFormat](API\Runtime\SignalProcessing\DSP\IChannelFormatConverter\FInputFormat) to the [FOutputFormat](API\Runtime\SignalProcessing\DSP\IChannelFormatConverter\FOutputFormat).

Windows
MacOS
Linux

Override Hierarchy

IChannelFormatConverter::ProcessAudio()

FBaseChannelFormatConverter::ProcessAudio()

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/AudioChannelFormatConverter.h

Include

#include "DSP/AudioChannelFormatConverter.h"

Syntax

void ProcessAudio
(
    const TArray < AlignedFloatBuffer > & InInputBuffers,
    TArray < AlignedFloatBuffer > & OutOutputBuffers
)

Remarks

Converter the audio format from the FInputFormat to the FOutputFormat .

The input buffer array must have the same number of channels as the FInputFormat return from GetInputFormat() . Each buffer within that array must have the same number of samples.

Parameters

Parameter

Description

InInputBuffers

An array of input audio buffers.

OutOutputBuffers

An array of buffers where output audio is stored.

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback