mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-17 08:01:31 +02:00
Add speak-latin.ps1, speak-portuguese.ps1, and speak-swedish.ps1
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user