Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Settings for creating a YIN pitch detector.
| Name | FYINPitchDetectorSettings |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/YINPitchDetector.h |
| Include Path | #include "YINPitchDetector.h" |
Syntax
struct FYINPitchDetectorSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnalysisHopSeconds | float | Time (in seconds) between analysis windows. | YINPitchDetector.h | |
| MaximumFrequency | float | Maximum detectable frequency (Hz). | YINPitchDetector.h | |
| MinimumFrequency | float | Minimum detectable frequency (Hz). Determines window size — lower values require larger windows. | YINPitchDetector.h | |
| Threshold | float | Voiced/unvoiced threshold applied to the cumulative mean normalized difference function. | YINPitchDetector.h |