FAsyncSpectrumAnalyzer::PerformAnalysisIfPossible

Thread safe call to perform actual FFT.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/SpectrumAnalyzer.h"

Source

/Engine/Source/Runtime/SignalProcessing/Private/SpectrumAnalyzer.cpp

Syntax

bool PerformAnalysisIfPossible
(
    bool bUseLatestAudio
)

Remarks

Thread safe call to perform actual FFT. Returns true if it performed the FFT, false otherwise. If bUseLatestAudio is set to true, this function will flush the entire input buffer, potentially losing data. Otherwise it will only consume enough samples necessary to perform a single FFT.

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