Skip to content

Commit

Permalink
cosm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeronymous committed Nov 18, 2024
1 parent 4281327 commit d2000b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyannote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ Diarization worker accepts requests with the following arguments:
* `file`: (str) Is the relative path of the file in the shared_folder.
* `speaker_count`: (int, default None) Fixed number of speakers.
* `max_speaker`: (int, default None) Max number of speaker if speaker_count=None.
* `speaker_names`: (string, optional) List of target speaker names, speaker identification (if speaker samples are provided only). Possible values are
* `speaker_names`: (string, default None) List of target speaker names, speaker identification (if speaker samples are provided only). Possible values are
* empty string "": no speaker identification
* wild card "`*`": speaker identification for all speakers
* list of speaker names in json format (ex: "`["speaker1", ..., "speakerN"]`") or separated by `|` (ex: "`speaker1|...|speakerN`"): speaker identification for the listed speakers only
Expand Down
2 changes: 1 addition & 1 deletion simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Diarization worker accepts requests with the following arguments:
* `file`: (str) Is the relative path of the file in the shared_folder.
* `speaker_count`: (int, default None) Fixed number of speakers.
* `max_speaker`: (int, default None) Max number of speaker if speaker_count=None.
* `speaker_names`: (string, optional) List of target speaker names, speaker identification (if speaker samples are provided only). Possible values are
* `speaker_names`: (string, default None) List of target speaker names, speaker identification (if speaker samples are provided only). Possible values are
* empty string "": no speaker identification
* wild card "`*`": speaker identification for all speakers
* list of speaker names in json format (ex: "`["speaker1", ..., "speakerN"]`") or separated by `|` (ex: "`speaker1|...|speakerN`"): speaker identification for the listed speakers only
Expand Down

0 comments on commit d2000b9

Please sign in to comment.