Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Settings for FFT base pitch detection
| Name | FFFTPeakPitchDetectorSettings |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/FFTPeakPitchDetector.h |
| Include Path | #include "FFTPeakPitchDetector.h" |
Syntax
struct FFFTPeakPitchDetectorSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnalysisHopSeconds | float | Number of seconds between analysis windows. | FFTPeakPitchDetector.h | |
| AnalysisWindowSeconds | float | Number of seconds represented in each analysis window. | FFTPeakPitchDetector.h | |
| Log2FFTSize | int32 | Log 2 size of the FFT | FFTPeakPitchDetector.h | |
| MaximumFrequency | float | Maximum frequency of detected pitches. | FFTPeakPitchDetector.h | |
| MaxStrengthSNRDecibels | float | Reference SNR for calculating strength of signal. | FFTPeakPitchDetector.h | |
| MinimumFrequency | float | Minimum frequency of detected pitches. | FFTPeakPitchDetector.h | |
| Sensitivity | float | Sensitivity of peak detection. | FFTPeakPitchDetector.h |