Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/MeterAnalyzer.h |
Include |
#include "MeterAnalyzer.h" |
class FMeterAnalyzer
Name | Description | ||
---|---|---|---|
|
ClippingDataPerChannel |
||
|
EnvelopeBuffer |
||
|
EnvelopeDataPerChannel |
Per-channel peak data. |
|
|
EnvelopeFollower |
Envelope follower per channel. |
|
|
FrameCounter |
||
|
NumChannels |
||
|
PeakHoldFrames |
||
|
float |
SampleRate |
|
|
Settings |
Name | Description | |
---|---|---|
|
FMeterAnalyzer ( |
Construct analyzer |
Name | Description | ||
---|---|---|---|
|
const FMeter... |
GetSettings() |
Return const reference to settings used inside this analyzer. |
|
FMeterAnalyz... |
ProcessAudio ( |
Calculate the meter results for the input samples. |
Name |
Description |
|
---|---|---|
|
FClippingData |
Per-channel clipping data. |
|
FEnvelopeData |
State to track the peak data. |