accessibleapps / accessible_output2

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

Detect if the speak module was disabled during the script #7

Open betov75 opened 4 years ago

betov75 commented 4 years ago

Hi! Is there a way to detect, while the script is running, that the activated speech module was disable during the execution and disable it temporarily until the user reactivates it? It all works fine but it crashes the script when, for example, NVDA is turned off. Thanks for your help.