Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore > API/Plugins/AudioSynesthesiaCore/IPitchTracker
Description
Mark the end of an audio stream.
Pitch trackers which need to know when an audio stream is finished can overload this method to handle the end of an audio stream.
Derived Overrides
| Name | Finalize |
| Type | function |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/PitchTracker.h |
| Include Path | #include "PitchTracker.h" |
void Finalize
(
TArray < FPitchTrackInfo > & OutPitchTracks
)
Parameters
| Name | Remarks |
|---|---|
| OutPitchTracks | The pitch tracks detected during this call to Finalize are added to this array. |