mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 17:24:54 +00:00
Fix typo in CoquiTTSEngine.py
This commit is contained in:
@@ -118,7 +118,7 @@ class CoquiTTSEngine(BaseTTSEngine):
|
||||
float: The time taken to synthesize the speech with whispering effect.
|
||||
"""
|
||||
self.tts.tts_to_file(
|
||||
text=text, file_path=path, lang=self.language, speaker=self.voice
|
||||
text=text, file_path=path, language=self.language, speaker=self.voice
|
||||
)
|
||||
if self.to_force_duration:
|
||||
self.force_duration(float(self.duration), path)
|
||||
|
||||
Reference in New Issue
Block a user