Closed violet17 closed 1 year ago
It worked for me if I added tts_model.model_name="xtts"
before calling tts_to_file
, just as a workaround. It seems like for me the constructor for TTS wasn't working like I expected.
can you try #2983 ?
It worked for me if I added
tts_model.model_name="xtts"
before callingtts_to_file
, just as a workaround. It seems like for me the constructor for TTS wasn't working like I expected.
Work for me.
duplicate #3019
It is fixed on the latest :frog: TTS version. So, I will close this issue. Feel free to reopen it.
Describe the bug
Run the below code and get error like:
no error on TTS 0.16.3 version。 And in 0.16.3 version, when
len(text)
for one setence is large than 50, the rest of text can not convert to speech, which will be cut off. In the script below, I get no voice for "品尝美食,享受美味与旋转的乐趣".TTS version :
To Reproduce
scripts:
Expected behavior
No response
Logs
No response
Environment
Additional context
No response