Navigation
API > API/Runtime > API/Runtime/AudioAnalyzer
References
| Module | AudioAnalyzer |
| Header | /Engine/Source/Runtime/AudioAnalyzer/Public/AudioAnalyzerFacade.h |
| Include | #include "AudioAnalyzerFacade.h" |
Syntax
class FAnalyzerFacade
Remarks
FAnalyzer
FAnalyzer provides a simplified interface for performing analysis on audio buffers from the same AudioAnalyzer.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAnalyzerFacade
(
TUniquePtr< IAnalyzerSettings > InSettings, |
Create an FAnalyzerBatch with the analyzer settings and factory name. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< IAnalyzerResult > | AnalyzeAudioBuffer
(
const TArray< float >& InAudioBuffer, |
Analyze the audio buffer. |