-
Notifications
You must be signed in to change notification settings - Fork 825
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(doc): fix default embedding in
SpeechSeparation
and `SpeakerDia…
…rization` docstring
- Loading branch information
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]". | ||
Pretrained embedding model. Defaults to "speechbrain/spkrec-ecapa-voxceleb@5c0be38". | ||
See pyannote.audio.pipelines.utils.get_model for supported format. | ||
embedding_exclude_overlap : bool, optional | ||
Exclude overlapping speech regions when extracting embeddings. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]". | ||
Pretrained embedding model. Defaults to "speechbrain/spkrec-ecapa-voxceleb@5c0be38". | ||
See pyannote.audio.pipelines.utils.get_model for supported format. | ||
embedding_exclude_overlap : bool, optional | ||
Exclude overlapping speech regions when extracting embeddings. | ||
|