FWindow

Class used to generate, contain and apply a DSP window of a given type.

Windows
MacOS
Linux

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

Name Description

Public function

FWindow

(
    EWindowType InType,
    int32 InNumFrames,
    int32 InNumChannels,
    bool bIsPeriodic
)

  1. Allocates buffer and generates window inside of it.

Destructors

Name Description

Public function

~FWindow()

  1. Releases memory used for window.

Functions

Name Description

Public function

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss