Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Inheritance Hierarchy
- IAnalyzerNRTWorker
- FOnsetNRTWorker
References
| Module | AudioSynesthesiaCore |
| Header | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/OnsetNRTFactory.h |
| Include | #include "OnsetNRTFactory.h" |
Syntax
class FOnsetNRTWorker : public Audio::IAnalyzerNRTWorker
Remarks
FOnsetNRTWorker computes a FOnsetNRTResult from audio samples.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOnsetNRTWorker
(
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. |