Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
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
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FInputFormat & | Return the input format handled by this converter. | ||
| const FOutputFormat & | Return the output format handled by this converter. | ||
| void | ProcessAudio
(
const TArray< FAlignedFloatBuffer >& InInputBuffers, |
Converter the audio format from the FInputFormat to the FOutputFormat. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FInputFormat | Description of input audio format. | ||
| FOutputFormat | Description of output audio format. |