Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Inheritance Hierarchy
- IPitchTracker
- FMaxStrengthPitchTracker
References
| Module | AudioSynesthesiaCore |
| Header | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/PitchTracker.h |
| Include | #include "PitchTracker.h" |
Syntax
class IPitchTracker
Remarks
Pitch Tracker Interface.
A pitch tracker idenities multiple pitch tracks from a stream of input audio. The pitch tracker should support multiple calls to `TrackPitches(...)_ originating from the same audio source.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Finalize
(
TArray< FPitchTrackInfo >& OutPitchTracks |
Mark the end of an audio stream. | |
| void | TrackPitches
(
const FAlignedFloatBuffer& InMonoAudio, |
Detect pitche tracks from stream of audio. |