I've been playing with the text to speech code:
I use it to announce events I want to hear even while in a different window, yet I find it lags MUSH on me, has anyone had similar experiences and might have a suggestion how to avoid this?
assert (package.loadlib ("luacom.dll","luacom_open")) ()
talk = assert (luacom.CreateObject ("SAPI.SpVoice"), "cannot open SAPI")
talk:Speak ("%1!")
I use it to announce events I want to hear even while in a different window, yet I find it lags MUSH on me, has anyone had similar experiences and might have a suggestion how to avoid this?