Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Inheritance Hierarchy
- IAnalyzerNRTWorker
- FConstantQNRTWorker
References
| Module | AudioSynesthesiaCore |
| Header | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/ConstantQNRTFactory.h |
| Include | #include "ConstantQNRTFactory.h" |
Syntax
class FConstantQNRTWorker : public Audio::IAnalyzerNRTWorker
Remarks
FConstantQNRTWorker computes a FConstantQNRTResult from audio samples.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConstantQNRTWorker
(
const FAnalyzerNRTParameters& InParams, |
Constructor |
Overridden from IAnalyzerNRTWorker
| Type | Name | Description | |
|---|---|---|---|
| void | Analyze
(
TArrayView< const float > InAudio, |
Analyze audio and put results into results pointer. | |
| void | Finalize
(
IAnalyzerNRTResult* OutResult |
Call when analysis of audio asset is complete. |