Windows Other: Difference between revisions
(Created page with "=Text-to-speech= <code>powershell Add-Type -AssemblyName System.speech; $speak = New-Object System.Speech.Synthesis.SpeechSynthesizer; $speak.Speak('I am groot')</code>") |
(No difference)
|
Latest revision as of 21:56, 11 February 2024
Text-to-speech
powershell Add-Type -AssemblyName System.speech; $speak = New-Object System.Speech.Synthesis.SpeechSynthesizer; $speak.Speak('I am groot')