FSoundSpectrumAnalyzerSettings

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h

Include

#include "Sound/SoundSubmix.h"

Syntax

struct FSoundSpectrumAnalyzerSettings

Variables

Name Description

Public variable

EFFTSize

 

FFTSize

FFTSize used in spectrum analyzer.

Public variable

float

 

HopSize

Hopsize between audio windows as a ratio of the FFTSize.

Public variable

EFFTPeakInterpo...

 

InterpolationMethod

Interpolation method used when getting frequencies.

Public variable

EAudioSpectrumT...

 

SpectrumType

Metric used when analyzing spectrum.

Public variable

EFFTWindowType

 

WindowType

Type of window to apply to audio.