Skip to content

Instantly share code, notes, and snippets.

@1RedOne
Created May 19, 2016 19:32
Show Gist options
  • Select an option

  • Save 1RedOne/2ca95eeb79f1727780c1ca81e6386705 to your computer and use it in GitHub Desktop.

Select an option

Save 1RedOne/2ca95eeb79f1727780c1ca81e6386705 to your computer and use it in GitHub Desktop.
Ham
Add-Type -AssemblyName System.speech
$speak = New-Object System.Speech.Synthesis.SpeechSynthesizer
$speak.Rate = -10
1..5 | % {start-sleep -millisecond 500
$speak.Speak('SCROTUM')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment