Skip to content

Commit d1e414a

Browse files
author
Daniel Nurkowski
committed
add a recommended limit on the number of speaker ids
1 parent 9d5e1fa commit d1e414a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/speech-to-text/features/speaker-identification.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ By tagging known speakers with consistent labels, speaker identification makes t
3131

3232
To use speaker identification you must enable diarization in the [speaker mode](../features/diarization.mdx#diarization-modes) and then follow the two steps below:
3333

34-
- **Enrollment** For each speaker you want to recognize, generate identifiers from short audio clips (5–30s) where they ideally speak alone.
34+
- **Enrollment** - For each speaker you want to recognize, generate identifiers from short audio clips (5–30s) where they ideally speak alone.
3535
To improve robustness, you can enroll the same speaker with multiple clips recorded under different acoustic conditions, selected to represent the degree of variety and quality that could be expected in the target audio.
3636

37-
- **Identification** Use the enrolled identifiers in transcription jobs to label known speakers with meaningful names (for example, `Alice` or `John`). The system matches voices to identifiers and tags the output with the desired labels.
37+
- **Identification** - Use the enrolled identifiers in transcription jobs to label known speakers with meaningful names (for example, `Alice` or `John`). The system matches voices to identifiers and tags the output with the desired labels.
3838

3939
:::info
40-
Labels for identified speakers must not use reserved internal labels (UU, S1, S2, etc.) and must not include leading or trailing spaces.
40+
It is recommended to keep the number of speaker ID's to a minimum for best accuracy. The number of speaker ID's should not go above 50. Furthermore, labels for identified speakers must not use reserved internal labels (UU, S1, S2, etc.) and must not include leading or trailing spaces.
4141
:::
4242

4343
## Known caveats

0 commit comments

Comments
 (0)