mirror of https://github.com/coqui-ai/TTS.git
Update synthesizer
This commit is contained in:
parent
5a31fad502
commit
2364c38d16
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue