juancadavid

Results 2 comments of juancadavid

Hi! Thanks for your reply. I tried running this script on Powershell and it worked fine: `Add-Type -AssemblyName System.speech ` `$speak = New-Object System.Speech.Synthesis.SpeechSynthesizer ` `$speak.Speak('Hello...I am Arun')` Any ideas?...

I just tried replacing in your script the argument in `$speak.Speak(\'[Console]::In.ReadToEnd()\')` to just speak a random string, and it works well. Seems like the problem comes from the `\'[Console]::In.ReadToEnd()\'`. What...