mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-09 01:25:04 +01:00
Update list-voices.ps1
This commit is contained in:
parent
a4f25f2b35
commit
149bf8baf8
@ -1,19 +1,19 @@
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Lists the installed text-to-speech voices
|
||||
Lists TTS voices
|
||||
.DESCRIPTION
|
||||
This PowerShell script lists the installed text-to-speech (TTS) voices.
|
||||
.EXAMPLE
|
||||
PS> ./list-voices
|
||||
|
||||
Name Culture Gender Age
|
||||
---- ------- ------ ---
|
||||
Microsoft David Desktop en-US Male Adult
|
||||
Microsoft Zira Desktop en-US Female Adult
|
||||
Name Culture Gender Age
|
||||
---- ------- ------ ---
|
||||
Microsoft David Desktop en-US Male Adult
|
||||
...
|
||||
.LINK
|
||||
https://github.com/fleschutz/PowerShell
|
||||
.NOTES
|
||||
Author: Markus Fleschutz / License: CC0
|
||||
Author: Markus Fleschutz | License: CC0
|
||||
#>
|
||||
|
||||
#Requires -Version 2.0
|
||||
|
Loading…
Reference in New Issue
Block a user