Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
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
| Type | Name | Description | |
|---|---|---|---|
| float | AnalysisHopSeconds | Number of seconds between analysis windows. | |
| float | AnalysisWindowSeconds | Number of seconds represented in each analysis window. | |
| int32 | Log2FFTSize | Log 2 size of the FFT | |
| float | MaximumFrequency | Maximum frequency of detected pitches. | |
| float | MaxStrengthSNRDecibels | Reference SNR for calculating strength of signal. | |
| float | MinimumFrequency | Minimum frequency of detected pitches. | |
| float | Sensitivity | Sensitivity of peak detection. |