Hi Cara,

Quote
 in that VoiceOver does really well with plain text as well, and I'm 
assuming that linux
screen readers would too?...  So you might be able to output plain
text via Perl methods and then simply let the individual tts software
already on each system render it itself?...
End quote

Hmmm... Something like that has possabilities I didn't even think of. 
One approach here is to simply ignore any GUI interface at all and 
simply print text to the operating systems command prompt Window that 
would be accessible by any screen reader in the world. Window Eyes, 
Jaws, Orca, VoiceOver, etc should be able to read anything sent to the 
screen as text only. Even Java applications work fine with no access 
bridge if you drop swing and just print text directly to the screen 
usingsomething like
System.out.println(). That is an interesting thought.

 


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to [EMAIL PROTECTED]
You can make changes or update your subscription via the web, at
http://audyssey.org/mailman/listinfo/gamers_audyssey.org.
All messages are archived and can be searched and read at
http://www.mail-archive.com/[EMAIL PROTECTED]
If you have any questions or concerns regarding the management of the list,
please send E-mail to [EMAIL PROTECTED]

Reply via email to