Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Onset strength settings
| Name | FOnsetStrengthSettings |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/OnsetAnalyzer.h |
| Include Path | #include "OnsetAnalyzer.h" |
Syntax
struct FOnsetStrengthSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ComparisonLag | int32 | Number of windows to lag when calculating window difference. | OnsetAnalyzer.h | |
| FFTSize | int32 | Size of FFT. Must be greater than or equal to NumWindowFrames. | OnsetAnalyzer.h | |
| MelSettings | FMelSpectrumKernelSettings | Settings for converting FFT to mel spectrum. | OnsetAnalyzer.h | |
| NoiseFloorDb | float | Decibel level considered to be silence. | OnsetAnalyzer.h | |
| NumHopFrames | int32 | Number of frames between strength windows. | OnsetAnalyzer.h | |
| NumWindowFrames | int32 | Number of frames used to represent one audio window. | OnsetAnalyzer.h | |
| WindowType | EWindowType | Type of analysis window to apply to audio. | OnsetAnalyzer.h |