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.

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