From f68310dee0e16056b25a2403def95148167502fe Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 19 Oct 2023 08:15:17 +0200 Subject: [PATCH] Update list-voices.ps1 --- Scripts/list-voices.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/list-voices.ps1 b/Scripts/list-voices.ps1 index 7c874a50..8fd61567 100755 --- a/Scripts/list-voices.ps1 +++ b/Scripts/list-voices.ps1 @@ -1,8 +1,8 @@ <# .SYNOPSIS - Lists the installed text-to-speech voices + List installed text-to-speech voices .DESCRIPTION - This PowerShell script lists the installed text-to-speech (TTS) voices. + This PowerShell script queries the installed text-to-speech (TTS) voices and prints them to the console. .EXAMPLE PS> ./list-voices.ps1