IPitchTracker

Pitch Tracker Interface.

Windows
MacOS
Linux

Inheritance Hierarchy

IPitchTracker

FMaxStrengthPitchTracker

References

Module

AudioSynesthesiaCore

Header

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

Include

#include "PitchTracker.h"

Syntax

class IPitchTracker

Remarks

Pitch Tracker Interface.

A pitch tracker idenities multiple pitch tracks from a stream of input audio. The pitch tracker should support multiple calls to `TrackPitches(...)_ originating from the same audio source.

Destructors

Name Description

Public function Virtual

~IPitchTracker()

Functions

Name Description

Public function

void

 

Finalize

(
    TArray< FPitchTrackInfo >& OutPitc...
)

Mark the end of an audio stream.

Public function

void

 

TrackPitches

(
    const AlignedFloatBuffer& InMonoAu...,
    TArray< FPitchTrackInfo >& OutPitc...
)

Detect pitche tracks from stream of audio.

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