Open
Description
I'm running on Windows 10 and have noticed that when I look at my voice options by running
engine = pyttsx3.init()
voices = engine.getProperty('voices')
I get a list of available languages, but many of the other fields are left blank, e.g.,
Voice index: 0
id: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens\TTS_MS_EN-US_DAVID_11.0
name: Microsoft David Desktop - English (United States)
languages: []
gender: None
age: None
Voice index: 1
id: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Speech\Voices\Tokens\MSTTS_V110_deDE_KatjaM
name: Microsoft Katja - German (Germany)
languages: []
gender: None
age: None
Have you heard of or encountered this before? Thanks!
Activity