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