Skip to content

Commit

Permalink
fix typo (coqui-ai#2647)
Browse files Browse the repository at this point in the history
* fix typo

* typo fix
  • Loading branch information
vodiylik authored and Tindell committed Aug 14, 2023
1 parent bbbbbaa commit 68a76ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TTS/utils/synthesizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,13 @@ def tts(
Args:
text (str): input text.
speaker_name (str, optional): spekaer id for multi-speaker models. Defaults to "".
speaker_name (str, optional): speaker id for multi-speaker models. Defaults to "".
language_name (str, optional): language id for multi-language models. Defaults to "".
speaker_wav (Union[str, List[str]], optional): path to the speaker wav for voice cloning. Defaults to None.
style_wav ([type], optional): style waveform for GST. Defaults to None.
style_text ([type], optional): transcription of style_wav for Capacitron. Defaults to None.
reference_wav ([type], optional): reference waveform for voice conversion. Defaults to None.
reference_speaker_name ([type], optional): spekaer id of reference waveform. Defaults to None.
reference_speaker_name ([type], optional): speaker id of reference waveform. Defaults to None.
durations ([type], optional): durations for custom duration. Defaults to None.
return_extra_outputs (bool, optional): return extra outputs from the model. Defaults to False.
Returns:
Expand Down

0 comments on commit 68a76ff

Please sign in to comment.