Yes, there are speak(), wait_until_done(), pause() and resume() methods as well, that doe the obvious things.
You dont actually need events, just ignore that.
call
speak('some text')
to speak it out loud. Look in winsapi.cpp at Voice_methods for the full list of methods, not all of them are testable.
|