Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AVoiceOver Class is Broken #8

Open
tbreitenfeldt opened this issue Nov 14, 2020 · 0 comments
Open

AVoiceOver Class is Broken #8

tbreitenfeldt opened this issue Nov 14, 2020 · 0 comments

Comments

@tbreitenfeldt
Copy link

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 supported.
This issue has been talked about at length on the audiogames.net form. The thread to this discussion is below:

https://forum.audiogames.net/topic/37573/voiceover-error-using-accessibleoutput2/

A proposed solution is suggested, rolling back to the older way of communicating to VoiceOver using apple script. although an issue was discovered with this proposed solution where about a 2 second delay occurs when is_active is called. Still unsure about how to go about fixing this issue.

An alternative using a library called AppKit was suggested, although never investigated as a solution. See here for the links mentioned in the audiogames thread:

https://developer.apple.com/documentati … ynthesizer

https://python.hotexamples.com/examples … mples.html

https://stackoverflow.com/questions/472 … med-appkit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant