Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
FLoudnessResult contains the temporal evolution of loudness for the last buffer of audio analyzed.
| Name | FConstantQResult |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/ConstantQFactory.h |
| Include Path | #include "ConstantQFactory.h" |
Syntax
class FConstantQResult : public IAnalyzerResult
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConstantQResult() |
ConstantQFactory.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChannelCQTFrames | TMap< int32, TArray< FConstantQFrame > > | ConstantQFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddFrame
(
const int32 InChannelIndex, |
Add a single frame of CQT data | ConstantQFactory.h | |
const TArray< FConstantQFrame > & GetFramesForChannel
(
const int32 ChannelIdx |
Returns const reference to FLoudnessDatum array for individual channel. | ConstantQFactory.h | |
int32 GetNumChannels() |
Returns the number of channels. | ConstantQFactory.h |