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
Terminals and other programs that operate upon a text log are usually not very accessible. it would be useful to try and find a way to watch the log file see if there is any errors and if so echo something to the user via text to speech.
This functionality could also be useful for users who do have full sight but still don't want to switch back and forth for the log on one monitor
The text was updated successfully, but these errors were encountered:
I am realizing this is going to cause issues given the fact that the current text to speech implementation on windows requires you to spawn a thread and spawning a thread in talon always races a warning in the log
Need to come back to this
aegis has said that the proper way to do this would be to spawn one thread and then do message passing with a queue object. so you would only get the warning on the initial startup of the thread but then after that would not have any additional warnings from extra threads unless you are spawning more on the reload of the file. it still would be good to ignore the first warning for this file specifically and this specific thread, so it's possible something hacky might need to be done such as waiting a specific amount of time after start up to spawn the thread
Terminals and other programs that operate upon a text log are usually not very accessible. it would be useful to try and find a way to watch the log file see if there is any errors and if so echo something to the user via text to speech.
This functionality could also be useful for users who do have full sight but still don't want to switch back and forth for the log on one monitor
The text was updated successfully, but these errors were encountered: