Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/AudioFFT.h |
| Include | #include "DSP/AudioFFT.h" |
Syntax
class FWindow
Remarks
Class used to generate, contain and apply a DSP window of a given type.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWindow () |
|||
FWindow
(
EWindowType InType, |
Constructor. Allocates buffer and generates window inside of it. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyToBuffer
(
float* InBuffer |
Apply this window to InBuffer, which is expected to be an interleaved buffer with the same amount of frames and channels this window was constructed with. | |
| EWindowType |