IChannelFormatConverter

Inteface for Channel Format Converters which process deinterleaved audio.

Windows
MacOS
Linux

Inheritance Hierarchy

IChannelFormatConverter

FBaseChannelFormatConverter

References

Module

SignalProcessing

Header

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

Include

#include "DSP/AudioChannelFormatConverter.h"

Syntax

class IChannelFormatConverter

Remarks

Inteface for Channel Format Converters which process deinterleaved audio.

Destructors

Name Description

Public function Virtual

~IChannelFormatConverter()

Functions

Name Description

Public function Const

const FInput...

 

GetInputFormat()

Return the input format handled by this converter.

Public function Const

const FOutpu...

 

GetOutputFormat()

Return the output format handled by this converter.

Public function

void

 

ProcessAudio

(
    const TArray< AlignedFloatBuffer > ...,
    TArray< AlignedFloatBuffer >& OutO...
)

Converter the audio format from the FInputFormat to the FOutputFormat.

Classes

Name

Description

Public struct

FInputFormat

Description of input audio format.

Public struct

FOutputFormat

Description of output audio format.

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