IPitchDetector

Pitch Detector Interface

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AudioSynesthesiaCore

Header

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

Include

#include "PitchTracker.h"

Syntax

class IPitchDetector

Remarks

Pitch Detector Interface

A pitch detector identifies pitch information from a stream of input audio. The pitch detector should support multiple calls to `DetectPitches(...)_ originating from the same audio source.

Destructors

Name Description

Public function Virtual

~IPitchDetector()

Functions

Name Description

Public function

void

 

DetectPitches

(
    const AlignedFloatBuffer& InMonoAu...,
    TArray< FPitchInfo >& OutPitches
)

Detect pitches from stream of audio.

Public function

void

 

Finalize

(
    TArray< FPitchInfo >& OutPitches
)

Mark the end of an audio stream.

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