TScopedSlidingWindow::TScopedSlidingWindow

[TScopedSlidingWindow](API\Runtime\SignalProcessing\DSP\TScopedSlidingWindow) constructor

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/SlidingWindow.h

Include

#include "DSP/SlidingWindow.h"

Syntax

TScopedSlidingWindow
(
    TSlidingBuffer< InSampleType > & InSlidingBuffer,
    TArrayView< const InSampleType > InNewBuffer,
    bool bDoFlush
)

Remarks

TScopedSlidingWindow constructor

InSlidingBuffer Holds the previous samples which were not completely used in previous sliding windows. It also defines the window and hop size. InNewBuffer Holds new samples which have not yet been ingested by the InSlidingBuffer. bDoFlush Controls whether zeros to the final output windows until all possible windows with data from InNewBuffer have been covered.

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