mirror of https://github.com/coqui-ai/TTS.git
Update api.py
This commit is contained in:
parent
9e6788bf80
commit
784f5f5e8f
|
@ -338,7 +338,7 @@ class TTS(nn.Module):
|
||||||
language=language,
|
language=language,
|
||||||
speaker_wav=speaker_wav,
|
speaker_wav=speaker_wav,
|
||||||
split_sentences=split_sentences,
|
split_sentences=split_sentences,
|
||||||
speed=1.0,
|
speed=speed,
|
||||||
**kwargs,
|
**kwargs,
|
||||||
)
|
)
|
||||||
self.synthesizer.save_wav(wav=wav, path=file_path, pipe_out=pipe_out)
|
self.synthesizer.save_wav(wav=wav, path=file_path, pipe_out=pipe_out)
|
||||||
|
|
Loading…
Reference in New Issue