accessibleapps / accessible_output2

Output speech and braille using a variety of screen-reading solutions
MIT License
20 stars 18 forks source link

fixed: espeak for Linux #3

Closed soundmud closed 4 years ago

soundmud commented 4 years ago

speak() raised an exception because it couldn't find espeak.core. Added an attribute. It prints an error instead of raising an exception when unavailable.

Tested on Debian 10 with Python 3.7 and python3-espeak.