IPitchTracker::TrackPitches

Detect pitche tracks from stream of audio.

Windows
MacOS
Linux

Override Hierarchy

IPitchTracker::TrackPitches()

FMaxStrengthPitchTracker::TrackPitches()

References

Module

AudioSynesthesiaCore

Header

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

Include

#include "PitchTracker.h"

Syntax

void TrackPitches
(
    const AlignedFloatBuffer & InMonoAudio,
    TArray< FPitchTrackInfo > & OutPitchTracks
)

Remarks

Detect pitche tracks from stream of audio.

Parameters

Parameter

Description

InMonoAudio

The most recent input buffer from a stream of audio.

OutPitchTracks

The pitch tracks detected during this call to TrackPitches are appended 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