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