Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore > API/Plugins/AudioSynesthesiaCore/IPitchTracker
- IPitchTracker::TrackPitches()
- FMaxStrengthPitchTracker::TrackPitches()
References
| Module | AudioSynesthesiaCore |
| Header | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/PitchTracker.h |
| Include | #include "PitchTracker.h" |
void TrackPitches
&40;
const FAlignedFloatBuffer & InMonoAudio,
TArray< FPitchTrackInfo > & OutPitchTracks
&41;
Remarks
Detect pitche tracks from stream of audio.
Parameters
| Name | Description |
|---|---|
| InMonoAudio | The most recent input buffer from a stream of audio. |
| OutPitchTracks | The pitch tracks detected during this call to TrackPitches are appended to this array. |