Friday, February 01, 2008

PowerShell + Speech API

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?")
Technorati Tags: , , .
Comments: Post a Comment

Links to this post:

Create a Link