Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Contains information about a pitch observation.
| Name | FPitchInfo |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/PitchTracker.h |
| Include Path | #include "PitchTracker.h" |
Syntax
struct FPitchInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Frequency | float | The frequency (in Hz) of the observed pitch. | PitchTracker.h | |
| Strength | float | The strength of the pitch. | PitchTracker.h | |
| Timestamp | double | The timestamp (in seconds) of the pitch observation. | PitchTracker.h |