Navigation
API > API/Plugins > API/Plugins/HarmonixMetasound
Takes a raw peak value from an audio analyzer and outputs a smoothed, compressed value in range [0, 1]
| Name | UHarmonixPeakTamer |
| Type | class |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixMetasound/Public/HarmonixMetasound/Analysis/PeakTamer.h |
| Include Path | #include "HarmonixMetasound/Analysis/PeakTamer.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UHarmonixPeakTamer : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UHarmonixPeakTamer
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PeakTamer | Harmonix::AudioReactivity::FPeakTamer | HarmonixMetasound/Analysis/PeakTamer.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Configure
(
const FHarmonixPeakTamerSettings& Settings |
HarmonixMetasound/Analysis/PeakTamer.h |
|
|
float GetPeak() |
HarmonixMetasound/Analysis/PeakTamer.h |
|
|
float GetValue() |
HarmonixMetasound/Analysis/PeakTamer.h |
|
|
void Update
(
float InputValue, |
HarmonixMetasound/Analysis/PeakTamer.h |
|
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UHarmonixPeakTamer * CreateHarmonixPeakTamer() |
HarmonixMetasound/Analysis/PeakTamer.h |
|