Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/OnsetAnalyzer.h |
Include |
#include "OnsetAnalyzer.h" |
struct FOnsetStrengthSettings
Onset strength settings
Name | Description | ||
---|---|---|---|
|
ComparisonLag |
Number of windows to lag when calculating window difference. |
|
|
FFTSize |
Size of FFT. Must be greater than or equal to NumWindowFrames. |
|
|
MelSettings |
Settings for converting FFT to mel spectrum. |
|
|
float |
NoiseFloorDb |
Decibel level considered to be silence. |
|
NumHopFrames |
Number of frames between strength windows. |
|
|
NumWindowFrames |
Number of frames used to represent one audio window. |
|
|
WindowType |
Type of analysis window to apply to audio. |