Perfect Diarization

📘

Supported Platforms

Perfect diarization is currently supported for Zoom, Google Meet, and Microsoft Teams bots.

Perfect diarization is a feature designed to address the problem of inaccurate speaker attribution in meeting transcripts. Meeting platforms can sometimes attribute words to the wrong speaker, especially when multiple people are talking at once. This feature ensures that each speaker's words are accurately identified, even when participants are talking over each other.

Supported Meeting Platforms

PlatformSupported
Zoom
Microsoft Teams
Google Meet
Webex
Slack Huddles (Beta)
Go-To Meeting (Beta)

How It Works

Perfect diarization transcribes separate audio streams for each participant instead of using the combined audio stream for the entire meeting, significantly improving the accuracy of speaker attribution. This feature is compatible with all AI transcription providers supported by Recall.ai and can be used for real-time transcription.

Usage

To enable perfect diarization, add the use_separate_streams_when_available parameter to transcription_options when calling Create Bot:

{
  ...,
  "transcription_options": {
    "provider": "Your AI Transcription Provider",
    "use_separate_streams_when_available": true
  }
}

Important Considerations

Increased Transcription Usage: Transcribing multiple streams may result in higher costs from your transcription provider. On average, usage is ~1.8x higher than single-stream transcription.