Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Contains Constant Q data relating to one audio window.
| Name | FConstantQFrame |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/ConstantQNRTFactory.h |
| Include Path | #include "ConstantQNRTFactory.h" |
Syntax
struct FConstantQFrame
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ConstantQNRTFactory.h | |||
FConstantQFrame
(
int32 InChannelIndex, |
ConstantQNRTFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Channel | int32 | Audio channel which produced the data. | ConstantQNRTFactory.h | |
| Spectrum | TArray< float > | Output spectral data | ConstantQNRTFactory.h | |
| Timestamp | float | Timestamp in seconds referring to the center of the audio window. | ConstantQNRTFactory.h |