Open thomasf1 opened 3 months ago
Not sure if it´s a bug, but it sure as hell seems strange
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.
Describe the bug
Trying to get TTS to do a countdown, but it seems to run forever, when a similar prompt seems to run in a reasonable time
Works as expected:
tts --text "How is the weather today?" --model_name "tts_models/en/ek1/tacotron2" --out_path test2.wav
Runs forever on my system:
tts --text "10. 9. 8. 7. 6. 5. 4. 3. 2. 1. Finished" --model_name "tts_models/en/ek1/tacotron2" --out_path test3.wav
To Reproduce
run tts --text "10. 9. 8. 7. 6. 5. 4. 3. 2. 1. Finished" --model_name "tts_models/en/ek1/tacotron2" --out_path test3.wav
Expected behavior
Reasonable execution time
Logs
Environment
Additional context
No response