Tamlin
Posts: 30
|
Just an example of how you can call COM interfaces. Might require you to hit enter twice since the speech com isn’t initialized more neatly prior to use. Just an example of what you can do. I used it with WINAMP a long time ago. Use: speak text hello tamlin, how are you today ALIAS CODE
VAR Speech %comcreate("Sapi.SpVoice")if (%1="text") {#CALL @Speech.Speak(%-2) } |