Audio::EConstantQScaling

Denotes which magnitude scaling to apply to output

Windows
MacOS
Linux

References

Module

AudioSynesthesiaCore

Header

/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/ConstantQAnalyzer.h

Include

#include "ConstantQAnalyzer.h"

Syntax

namespace Audio
{
    enum EConstantQScaling
    {
        Linear,
        Decibel,
    }
}

Values

Name

Description

Linear

CQT spectrum values conform to ESpectrumType, either magnitude or power.

Decibel

CQT spectrum values are in decibels.

Remarks

Denotes which magnitude scaling to apply to output

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