FOnsetStrengthSettings

Onset strength settings

Windows
MacOS
Linux

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

Name Description

Public variable

int32

 

ComparisonLag

Number of windows to lag when calculating window difference.

Public variable

int32

 

FFTSize

Size of FFT. Must be greater than or equal to NumWindowFrames.

Public variable

FMelSpectrumKer...

 

MelSettings

Settings for converting FFT to mel spectrum.

Public variable

float

 

NoiseFloorDb

Decibel level considered to be silence.

Public variable

int32

 

NumHopFrames

Number of frames between strength windows.

Public variable

int32

 

NumWindowFrames

Number of frames used to represent one audio window.

Public variable

EWindowType

 

WindowType

Type of analysis window to apply to audio.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss