Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/FFTPeakPitchDetector.h |
Include |
#include "FFTPeakPitchDetector.h" |
struct FFFTPeakPitchDetectorSettings
Settings for FFT base pitch detection
Name | Description | ||
---|---|---|---|
|
float |
AnalysisHopSeconds |
Number of seconds between analysis windows. |
|
float |
AnalysisWindowSeconds |
Number of seconds represented in each analysis window. |
|
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. |