Navigation
API > API/Runtime > API/Runtime/SignalProcessing
Compute True-Peak as defined by ITU-R BS.1770-5
| Name | FTruePeak |
| Type | class |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/EnvelopeFollower.h |
| Include Path | #include "DSP/EnvelopeFollower.h" |
Syntax
class FTruePeak
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTruePeak
(
int32 InNumChannels |
DSP/EnvelopeFollower.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllChannelSignalHistories | TArray< float > | DSP/EnvelopeFollower.h | ||
| HistoryPosition | uint32 | DSP/EnvelopeFollower.h | ||
| NumChannels | int32 | DSP/EnvelopeFollower.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ProcessAudio
(
const float* InBuffer, |
DSP/EnvelopeFollower.h | ||
void Reset() |
DSP/EnvelopeFollower.h | ||
void SetNumChannels
(
int32 InNumChannels |
DSP/EnvelopeFollower.h |