IPitchTracker::Finalize

Mark the end of an audio stream.

Windows
MacOS
Linux

Override Hierarchy

IPitchTracker::Finalize()

FMaxStrengthPitchTracker::Finalize()

References

Module

AudioSynesthesiaCore

Header

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

Include

#include "PitchTracker.h"

Syntax

void Finalize
(
    TArray< FPitchTrackInfo > & OutPitchTracks
)

Remarks

Mark the end of an audio stream.

Pitch trackers which need to know when an audio stream is finished can overload this method to handle the end of an audio stream.

Parameters

Parameter

Description

OutPitchTracks

The pitch tracks detected during this call to Finalize are added to this array.

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