I just read
a blog post about using the Speech API in command-line scripts on
Marcelo's Weblog. So I had to try it but instead of using JScript, I wrote it in
PowerShell. It's so easy and fun:
$v = New-Object -ComObject SAPI.SpVoice
$v.Speak("Who let the dogs out?")
0 comments:
Post a Comment