FOnsetNRTWorker

[FOnsetNRTWorker](API\Plugins\AudioSynesthesiaCore\FOnsetNRTWorker)

Windows
MacOS
Linux

Inheritance Hierarchy

IAnalyzerNRTWorker

FOnsetNRTWorker

References

Module

AudioSynesthesiaCore

Header

/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/OnsetNRTFactory.h

Include

#include "OnsetNRTFactory.h"

Syntax

class FOnsetNRTWorker : public Audio::IAnalyzerNRTWorker

Remarks

FOnsetNRTWorker

FOnsetNRTWorker computes a FOnsetNRTResult from audio samples.

Constructors

Name Description

Public function

FOnsetNRTWorker

(
    const FAnalyzerNRTParameters& InPa...,
    const FOnsetNRTSettings& InAnalyze...
)

Constructor

Overridden from IAnalyzerNRTWorker

Name Description

Public function Virtual

void

 

Analyze

(
    TArrayView< const float > InAudio,
    IAnalyzerNRTResult* OutResult
)

Analyze audio and put results into results pointer.

Public function Virtual

void

 

Finalize

(
    IAnalyzerNRTResult* OutResult
)

Call when analysis of audio asset is complete.

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