EConstantQNormalizationEnum

EConstantQNormalizationEnum

Windows
MacOS
Linux

References

Module

AudioSynesthesia

Header

/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesia/Classes/ConstantQNRT.h

Include

#include "ConstantQNRT.h"

Syntax

enum EConstantQNormalizationEnum
{
    EqualEuclideanNorm,
    EqualEnergy,
    EqualAmplitude,
}

Values

Name

Description

EqualEuclideanNorm

Normalize bands by euclidean norm. Good when using magnitude spectrum.

EqualEnergy

Normalize bands by energy. Good when using power spectrum.

EqualAmplitude

Normalize bands by their maximum values.

Remarks

EConstantQNormalizationEnum

Enumeration of available normalization schemes for ConstantQ frequency domain windows.

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