Update speak-italian.ps1

This commit is contained in:
Markus Fleschutz 2021-09-16 08:41:37 +02:00 committed by GitHub
parent 443a762a70
commit a23129f53c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
param([string]$text = "")
try {
if ($text -eq "") { $text = read-host "Enter the text to speak" }
if ($text -eq "") { $text = read-host "Enter the Italian text to speak" }
$Voice = New-Object -ComObject SAPI.SPVoice
$Voices = $Voice.GetVoices()