mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-05 14:59:21 +02:00
Update speak-german.ps1
This commit is contained in:
parent
6f51636211
commit
2bc38afb82
@ -20,10 +20,8 @@ try {
|
|||||||
foreach ($OtherVoice in $Voices) {
|
foreach ($OtherVoice in $Voices) {
|
||||||
$Description = $OtherVoice.GetDescription()
|
$Description = $OtherVoice.GetDescription()
|
||||||
if ($Description -notlike "*- German*") { continue }
|
if ($Description -notlike "*- German*") { continue }
|
||||||
# write-progress "$Text"
|
|
||||||
$Voice.Voice = $OtherVoice
|
$Voice.Voice = $OtherVoice
|
||||||
[void]$Voice.Speak($Text)
|
[void]$Voice.Speak($Text)
|
||||||
# write-progress -complete "$Text"
|
|
||||||
exit 0
|
exit 0
|
||||||
}
|
}
|
||||||
write-error "No German text-to-speech (TTS) voice found"
|
write-error "No German text-to-speech (TTS) voice found"
|
||||||
|
Loading…
Reference in New Issue
Block a user