Update synthesizer

This commit is contained in:
Eren G??lge 2023-06-19 14:15:21 +02:00
parent 5a31fad502
commit 2364c38d16
1 changed files with 1 additions and 1 deletions

View File

@ -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: