IPitchDetector::DetectPitches

Detect pitches from stream of audio.

Windows
MacOS
Linux

Override Hierarchy

References

Module

AudioSynesthesiaCore

Header

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

Include

#include "PitchTracker.h"

Syntax

void DetectPitches
(
    const AlignedFloatBuffer & InMonoAudio,
    TArray< FPitchInfo > & OutPitches
)

Remarks

Detect pitches from stream of audio.

Parameters

Parameter

Description

InMonoAudio

The most recent input buffer from a stream of audio.

OutPitches

The pitches detected during this call to DetectPitches 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