Menu

#27 Voice Synthesis

Default
open
nobody
None
2023-04-12
2023-04-12
No

I found that line 86 in tss.py doesn't evaluate properly for me. The dictonary item.languages is blank and as a result en_voices is always empty. It works if i remove the check for 'en'

en_voices.extend(vid for vid, langs in vdct.items() if any('en' in lang for lang in langs))

Discussion


Log in to post a comment.