Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore > API/Plugins/AudioSynesthesiaCore/IPitchDetector
Description
Mark the end of an audio stream.
Pitch detectors 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 < FPitchInfo > & OutPitches
)
Parameters
| Name | Remarks |
|---|---|
| OutPitches | The pitches detected during this call to Finalize are appended to this array. |