Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed some documentations #1797

Merged
merged 8 commits into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyannote/audio/pipelines/speaker_diarization.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class SpeakerDiarization(SpeakerDiarizationMixin, Pipeline):
`segmentation_step` controls the step of this window, provided as a ratio of its
duration. Defaults to 0.1 (i.e. 90% overlap between two consecuive windows).
embedding : Model, str, or dict, optional
Pretrained embedding model. Defaults to "pyannote/embedding@2022.07".
Pretrained embedding model. Defaults to "speechbrain/spkrec-ecapa-voxceleb@5c0be3875fda05e81f3c004ed8c7c06be308de1e".
razi-tm marked this conversation as resolved.
Show resolved Hide resolved
See pyannote.audio.pipelines.utils.get_model for supported format.
embedding_exclude_overlap : bool, optional
Exclude overlapping speech regions when extracting embeddings.
Expand Down
2 changes: 1 addition & 1 deletion pyannote/audio/pipelines/speech_separation.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class SpeechSeparation(SpeakerDiarizationMixin, Pipeline):
`segmentation_step` controls the step of this window, provided as a ratio of its
duration. Defaults to 0.1 (i.e. 90% overlap between two consecuive windows).
embedding : Model, str, or dict, optional
Pretrained embedding model. Defaults to "pyannote/embedding@2022.07".
Pretrained embedding model. Defaults to "speechbrain/spkrec-ecapa-voxceleb@5c0be3875fda05e81f3c004ed8c7c06be308de1e".
razi-tm marked this conversation as resolved.
Show resolved Hide resolved
See pyannote.audio.pipelines.utils.get_model for supported format.
embedding_exclude_overlap : bool, optional
Exclude overlapping speech regions when extracting embeddings.
Expand Down