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