Add speak-latin.ps1, speak-portuguese.ps1, and speak-swedish.ps1

This commit is contained in:
Markus Fleschutz
2022-03-28 15:08:41 +02:00
parent 485bcbfe65
commit ca23af14bf
10 changed files with 109 additions and 10 deletions

View File

@ -1,6 +1,6 @@
<#
.SYNOPSIS
Speaks text with a Spanish text-to-speech voice
Speaks text in Spanish
.DESCRIPTION
This PowerShell script speaks the given text with a Spanish text-to-speech (TTS) voice.
.PARAMETER text
@ -30,4 +30,4 @@ try {
} catch {
"⚠️ Error: $($Error[0]) ($($MyInvocation.MyCommand.Name):$($_.InvocationInfo.ScriptLineNumber))"
exit 1
}
}