FFFTPeakPitchDetectorSettings

Settings for FFT base pitch detection

Choose your operating system:

Windows

macOS

Linux

References

Module

AudioSynesthesiaCore

Header

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

Include

#include "FFTPeakPitchDetector.h"

Syntax

struct FFFTPeakPitchDetectorSettings

Remarks

Settings for FFT base pitch detection

Variables

Name Description

Public variable

float

 

AnalysisHopSeconds

Number of seconds between analysis windows.

Public variable

float

 

AnalysisWindowSeconds

Number of seconds represented in each analysis window.

Public variable

int32

 

Log2FFTSize

Log 2 size of the FFT

Public variable

float

 

MaximumFrequency

Maximum frequency of detected pitches.

Public variable

float

 

MaxStrengthSNRDecibels

Reference SNR for calculating strength of signal.

Public variable

float

 

MinimumFrequency

Minimum frequency of detected pitches.

Public variable

float

 

Sensitivity

Sensitivity of peak detection.