accessible_output2
accessible_output2 copied to clipboard
Output speech and braille using a variety of screen-reading solutions
There were a couple issues preventing `auto.output` from working as documented. First, it only called speak, so braille was never output. Second when I switched to calling `.output` I discovered...
Hi all, I am trying to use accessible_output2 with Orca and there is an error when I am running the test sample code. import Accessible_output2.outputs.auto o = accessible_output2.outputs.auto.Auto() Output: Cannot...
Update ZDSRAPI
Implemented two classes: VoiceOver, and SystemVoiceOver. The VoiceOver class leverages Apple Script to directly talk to the currently running instance of VoiceOver, where the SystemVoiceOver class uses NSSpeechSynthesizer to create...
Hi, the existing support for VoiceOver is broken. I have done a lot of research, and created a fork with my findings on this subject. I would like to open...
The VoiceOver class for Mac does not work any longer. An error is thrown when ran. Digging showed that the AppScript library used to communicate with VoiceOver is no longer...
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...
Hello. When i was trying to add additional Linux output, i noticed that the espeak one raises RuntimeError on failure and such crashes the entire stack when the output autodiscovery...