From 2364c38d169770cc1e95381a9480cd8ed2b1a62d Mon Sep 17 00:00:00 2001 From: Eren G??lge Date: Mon, 19 Jun 2023 14:15:21 +0200 Subject: [PATCH] Update synthesizer --- TTS/utils/synthesizer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TTS/utils/synthesizer.py b/TTS/utils/synthesizer.py index 1b91521b..4f7761b9 100644 --- a/TTS/utils/synthesizer.py +++ b/TTS/utils/synthesizer.py @@ -349,7 +349,7 @@ class Synthesizer(object): text=sen, config=self.tts_config, speaker_id=sp_name, - extra_voice_dirs=self.voice_dir, + voice_dirs=self.voice_dir, **kwargs, ) else: