FAutoCorrelationPitchDetector::DetectPitches

Detect pitches in the audio. This can be called repeatedly with new audio.

Windows
MacOS
Linux

Override Hierarchy

IPitchDetector::DetectPitches()

FAutoCorrelationPitchDetector::DetectPitches()

References

Module

AudioSynesthesiaCore

Header

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

Include

#include "AutoCorrelationPitchDetector.h"

Source

/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Private/AutoCorrelationPitchDetector.cpp

Syntax

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

Remarks

Detect pitches in the audio. This can be called repeatedly with new audio.

Parameters

Parameter

Description

InMonoAudio

A mono audio buffer of any length.

OutPitches

This array is filled with pitch observations.

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