You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature suggestion: Use object-orientated development to create a new speech portion of the Splashkit API to provide a way for third-party applications written with Splashkit to be able to output messages (speech and maybe Braille) to screen-reading technologies. An individual screen reader will usually have its own library to control speech output; however, it would be easier for a third-party developer to be able to utilise one library to check which operating system and screen-reader is running, to then output speech / Braille accordingly.
There are already packages / libraries that have been built along these lines, such as Accessible_output2 written in Python. But I do not know of anything written exclusively in C++.
At a base level, such a library would require:
A directory to store dynamic-linked libraries (DLLs) for each individually supported screen reader.
An output controller / handler / helper to control output to each screen reader.
An auto-detector to precisely determine the opeating system and screen reader in use.
Although I have done a mild amount of OOP in Python, my syntactical and functional knowledge of C++ is such that I could not, at this point, develop it myself. But I thought I would leave this here for reference, unless someone jumps the gun and does it before me.
The text was updated successfully, but these errors were encountered:
Feature suggestion: Use object-orientated development to create a new speech portion of the Splashkit API to provide a way for third-party applications written with Splashkit to be able to output messages (speech and maybe Braille) to screen-reading technologies. An individual screen reader will usually have its own library to control speech output; however, it would be easier for a third-party developer to be able to utilise one library to check which operating system and screen-reader is running, to then output speech / Braille accordingly.
There are already packages / libraries that have been built along these lines, such as Accessible_output2 written in Python. But I do not know of anything written exclusively in C++.
At a base level, such a library would require:
Although I have done a mild amount of OOP in Python, my syntactical and functional knowledge of C++ is such that I could not, at this point, develop it myself. But I thought I would leave this here for reference, unless someone jumps the gun and does it before me.
The text was updated successfully, but these errors were encountered: