From 68a76ffb552f568c30765fc0345baf0f0bc79cd2 Mon Sep 17 00:00:00 2001 From: Shukrullo Turgunov Date: Mon, 5 Jun 2023 12:58:16 +0500 Subject: [PATCH] fix typo (#2647) * fix typo * typo fix --- TTS/utils/synthesizer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TTS/utils/synthesizer.py b/TTS/utils/synthesizer.py index c0d8bf19b8..bdecc82e91 100644 --- a/TTS/utils/synthesizer.py +++ b/TTS/utils/synthesizer.py @@ -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: