Audio::EConstantQScaling

Denotes which magnitude scaling to apply to output

Choose your operating system:

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