FConstantQAnalyzer

[FConstantQAnalyzer](API\Plugins\AudioSynesthesiaCore\FConstantQAnalyzer)

Windows
MacOS
Linux

References

Module

AudioSynesthesiaCore

Header

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

Include

#include "ConstantQAnalyzer.h"

Syntax

class FConstantQAnalyzer

Remarks

FConstantQAnalyzer

The Constant Q Analyzer computs a pseudo constant q transform of the input audio. ConstantQ transforms produce frequency strength at logarithmically spaced frequency intervals (as opposed to the linearly spaced intervals of the FFT). Logarithmically spaced frequency intervals map nicely to musical scales.

Constructors

Name Description

Public function

FConstantQAnalyzer

(
    const FConstantQAnalyzerSettings& ...,
    const float InSampleRate
)

Construct a FConstantQAnalyzer

Functions

Name Description

Public function

void

 

CalculateCQT

(
    const float* InSamples,
    TArray< float >& OutCQT
)

Calcualte Constant Q Transform of input audio.

Public function Const

const FConst...

 

GetSettings()

Returns a reference to the settings used in this analyzer

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