Windows Other

From Dave-Wiki
Jump to navigation Jump to search

Text-to-speech

powershell Add-Type -AssemblyName System.speech; $speak = New-Object System.Speech.Synthesis.SpeechSynthesizer; $speak.Speak('I am groot')