baykovr / AVPI

an open source voice command macro software
https://baykovr.github.io/gavpi.html
GNU General Public License v3.0
198 stars 42 forks source link

Crash if default voice isn't installed. #75

Open kmcnaught opened 5 years ago

kmcnaught commented 5 years ago

The default settings specifies voice_info="Microsoft Anna" which isn't installed on my UK system. This causes an exception the first time you try to "Listen", and can be worked around by going to Settings (which populates with available voices) and clicking "Save".

I'll make a PR with a fix. Let me know if you're open to merging a PR or if I should fork the project?