SpeakerIdNodeSettings type
Speaker identification. The VAD gate the tool depends on is added to the chain automatically.
Signature:
export type SpeakerIdNodeSettings = AnalysisToolSettingsBase & ToolConfigOf<SpeakerIdTool> & {
onResults: (results: SpeakerIdAnalysis[]) => void;
};
References: AnalysisToolSettingsBase, SpeakerIdTool, SpeakerIdAnalysis