Navigation
API > API/Plugins > API/Plugins/HarmonixDsp > API/Plugins/HarmonixDsp/TAudioBuffer
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Interleave
(
const TAudioBuffer< DataType >& Other |
Interleave the Other data set into this one. this one ends up interleaved. | HarmonixDsp/AudioBuffer.h | |
void Interleave
(
const TAudioBuffer< DataType >& Other, |
HarmonixDsp/AudioBuffer.h |
Interleave(const TAudioBuffer< DataType > &)
Description
Interleave the Other data set into this one. this one ends up interleaved.
| Name | Interleave |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Public/HarmonixDsp/AudioBuffer.h |
| Include Path | #include "HarmonixDsp/AudioBuffer.h" |
void Interleave
(
const TAudioBuffer < DataType > & Other
)
Interleave(const TAudioBuffer< DataType > &, float, DataType, DataType)
| Name | Interleave |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Public/HarmonixDsp/AudioBuffer.h |
| Include Path | #include "HarmonixDsp/AudioBuffer.h" |
void Interleave
(
const TAudioBuffer < DataType > & Other,
float InGain,
DataType InMin,
DataType InMax
)