From cf41ef1586b4ef127a59e72dfe7e7f37fc77d84b Mon Sep 17 00:00:00 2001 From: Daniel Nurkowski Date: Fri, 31 Oct 2025 10:59:13 +0000 Subject: [PATCH 1/2] change max_speakers default docs description --- docs/speech-to-text/realtime/realtime-diarization.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/speech-to-text/realtime/realtime-diarization.mdx b/docs/speech-to-text/realtime/realtime-diarization.mdx index c14b51b..9ab7b63 100644 --- a/docs/speech-to-text/realtime/realtime-diarization.mdx +++ b/docs/speech-to-text/realtime/realtime-diarization.mdx @@ -318,7 +318,7 @@ You can prevent too many speakers from being detected by using the `max_speakers } ``` -The default value is 50, but it can take any integer value between 2 and 100 inclusive. +By default, there is no limit on the number of speakers. When set explicitly, `max_speakers` can be set to any integer greater than or equal to 2. ### Punctuation From f393c9f911d7e20c8ea97a9dc94396324dec4590 Mon Sep 17 00:00:00 2001 From: Daniel Nurkowski Date: Fri, 31 Oct 2025 12:22:36 +0000 Subject: [PATCH 2/2] update the public specs --- spec/realtime.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/realtime.yaml b/spec/realtime.yaml index d9c5aa9..87efdfb 100644 --- a/spec/realtime.yaml +++ b/spec/realtime.yaml @@ -919,8 +919,6 @@ components: description: | Configure the maximum number of speakers to detect. See [Max Speakers](http://docs.speechmatics.com/speech-to-text/features/diarization#max-speakers). minimum: 2 - maximum: 100 - default: 50 prefer_current_speaker: description: | When set to `true`, reduces the likelihood of incorrectly switching between similar sounding speakers.