Important

NeMo 2.0 is an experimental feature and currently released in the dev container only: nvcr.io/nvidia/nemo:dev. Please refer to NeMo 2.0 overview for information on getting started.

NeMo Speaker Diarization API#

Model Classes#

Mixins#

class nemo.collections.asr.parts.mixins.mixins.DiarizationMixin#

Bases: VerificationMixin

abstract diarize(
paths2audio_files: List[str],
batch_size: int = 1,
) List[str]#

Takes paths to audio files and returns speaker labels :param paths2audio_files: paths to audio fragment to be transcribed

Returns:

Speaker labels