Navigation
API > API/Runtime > API/Runtime/AudioAnalyzer
Inheritance Hierarchy
- IAnalyzerNRTWorker
- FConstantQNRTWorker
- FLoudnessNRTWorker
- FOnsetNRTWorker
References
| Module | AudioAnalyzer |
| Header | /Engine/Source/Runtime/AudioAnalyzer/Public/IAudioAnalyzerNRTInterface.h |
| Include | #include "IAudioAnalyzerNRTInterface.h" |
Syntax
class IAnalyzerNRTWorker
Remarks
This interface is used to define a class that will handle actual analysis of a singular audio asset.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Analyze
(
TArrayView< const float > InAudio, |
Perform analysis of an audio stream. | |
| void | Finalize
(
IAnalyzerNRTResult* OutResult |
Called when analysis of audio asset is complete. |