1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-04-03 13:40:35 +02:00

Update speak-english.ps1

This commit is contained in:
Markus Fleschutz 2021-10-27 07:17:41 +02:00 committed by GitHub
parent 1f4148975e
commit 96794caf66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
Speaks text with an English text-to-speech voice Speaks text with an English text-to-speech voice
.DESCRIPTION .DESCRIPTION
This scripts speaks the given text with an English text-to-speech (TTS) voice. This scripts speaks the given text with an English text-to-speech (TTS) voice.
Requires that an English TTS voice is installed.
.PARAMETER text .PARAMETER text
Specifies the text to speak Specifies the text to speak
.EXAMPLE .EXAMPLE