Update the speak-*.ps1 scripts

This commit is contained in:
Markus Fleschutz
2023-08-06 11:42:01 +02:00
parent 16489cb0b0
commit 9c60ba2de7
18 changed files with 23 additions and 23 deletions

View File

@@ -4,7 +4,7 @@
.DESCRIPTION
This PowerShell script speaks the given text with a Danish text-to-speech (TTS) voice.
.PARAMETER text
Specifies the text to speak
Specifies the Danish text to speak
.EXAMPLE
PS> ./speak-danish.ps1 Hej
.LINK