FConstantQFrame

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

Windows
MacOS
Linux

References

Module

AudioSynesthesiaCore

Header

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

Include

#include "ConstantQNRTFactory.h"

Syntax

struct FConstantQFrame

Remarks

FConstantQFrame

Contains Constant Q data relating to one audio window.

Variables

Name Description

Public variable

int32

 

Channel

Audio channel which produced the data.

Public variable

TArray< float >

 

Spectrum

Output spectral data

Public variable

float

 

Timestamp

Timestamp in seconds referring to the center of the audio window.

Constructors

Name Description

Public function

FConstantQFrame()

Public function

FConstantQFrame

(
    int32 InChannelIndex,
    float InTimestamp,
    TArrayView< const float > InSpectru...
)

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