SpeakerMatchQ
SpeakerMatchQ[audio,ref] gives True if speaker features in audio match the one from reference ref and returns False otherwise.
SpeakerMatchQ[{audio1,audio2,…},ref] gives a list of results for each of audioi.
SpeakerMatchQ[ref] represents an operator form of SpeakerMatchQ that can be applied to an audio object.
Examples
Check if audio matches a reference speaker:
SpeakerMatchQ[audioSample, referenceAudio]Please visit the official Wolfram Language Reference for more details.