nateshmbhat / pyttsx3

Offline Text To Speech synthesis for python
Mozilla Public License 2.0
1.99k stars 321 forks source link

Use any available voice if a match is not found with sapi5 #302

Open BillJr99 opened 5 months ago

BillJr99 commented 5 months ago

The registry keys for some sapi5 voices have changed, along with their names, resulting in a failure to obtain an exact string match. When this occurs, this revision defaults to the first voice in the list of drivers, or returns a ValueError if no voices are found.