Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
FLKFSWorker performs loudness analysis on input sample buffers.
| Name | FLKFSWorker |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/LKFSFactory.h |
| Include Path | #include "LKFSFactory.h" |
Syntax
class FLKFSWorker : public IAnalyzerWorker
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLKFSWorker
(
const FAnalyzerParameters& InParams, |
Construct a worker | LKFSFactory.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LKFSAnalyzer | FLKFSAnalyzer | LKFSFactory.h | ||
| NumChannels | int32 | LKFSFactory.h |
Functions
Public
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Analyze
(
TArrayView< const float > InAudio, |
Analyzes input sample buffer and updates result. | LKFSFactory.h |