Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
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.
| Name | IPitchTracker |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/PitchTracker.h |
| Include Path | #include "PitchTracker.h" |
Syntax
class IPitchTracker
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPitchTracker() |
PitchTracker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Finalize
(
TArray< FPitchTrackInfo >& OutPitchTracks |
Mark the end of an audio stream. | PitchTracker.h | |
void TrackPitches
(
const FAlignedFloatBuffer& InMonoAudio, |
Detect pitche tracks from stream of audio. | PitchTracker.h |