Back when IMVU inc removed the mic feature from their client, they had several blind / visually handicapped users relying on it.
I would like for us to create an autoit script which can help these people enjoy IMVU once again.
This is what I have so far, a text to speech function:
Func CompText2Speech($sText)
$SAPI = ObjCreate(Chr(83)&Chr(65)&Chr(80)&Chr(73)&Chr(46)& _
Chr(83)&Chr(112)&Chr(86)&Chr(111)&Chr(105)& _
Chr(99)&Chr(101))
$SAPI.speak($sText)
$SAPI=0
EndFunc
Now, if we can get this function to read IMVU chats .... or read the next line of an IMVU chat when a hotkey is pressed
