FAutoCorrelationPitchDetectorSettings

Settings for creating an autocorrelation pitch detector.

Choose your operating system:

Windows

macOS

Linux

References

Module

AudioSynesthesiaCore

Header

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

Include

#include "AutoCorrelationPitchDetector.h"

Syntax

struct FAutoCorrelationPitchDetectorSettings

Remarks

Settings for creating an autocorrelation pitch detector.

Variables

Name Description

Public variable

float

 

AnalysisHopSeconds

Time (in seconds) between analysis windows.

Public variable

float

 

MaximumFrequency

Maximum frequency of pitch result.

Public variable

float

 

MinimumFrequency

Minimum frequency of pitch result.

Public variable

float

 

Sensitivity

Sensitivity of peak detection.