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