You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(speechmatics): add max_speakers parameter for speaker diarization
- Added max_speakers parameter to STT __init__ method
- Updated STTOptions dataclass to include max_speakers field
- Modified _process_config to include max_speakers in speaker_diarization_config
- Added handling for extracting max_speakers from deprecated transcription_config
- Updated documentation to explain the new parameter
This parameter allows limiting the number of unique speakers detected during
diarization, which is useful for scenarios with a known number of participants
(e.g., 2-person interviews, small group meetings with fixed participants).
0 commit comments