how to use speaker diarization with deepgram stt
# ask-ai
m
how to use speaker diarization with deepgram stt
t
Thanks for reaching out, Usama. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
Deepgram STT does not support speaker diarization in LiveKit. If you need this functionality, consider using Speechmatics STT, which has documented support for speaker diarization. Sources: Speech-to-text (STT) integrations | LiveKit Docs
m
which STTs support diarization
t
Hey there! Just so you know, in LiveKit, speaker diarization is currently supported only by Speechmatics STT. If you want to give it a try, you can turn it on by setting
diarization="speaker"
in your STT configuration. You can also tweak things a bit with optional settings like
max_speakers
and
speaker_sensitivity
to help fine-tune how speakers are detected. Hope that helps! Sources: Speech-to-text (STT) integrations | LiveKit Docs | Speechmatics STT integration guide | LiveKit Docs | pipeline-stt/diarization.py