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: