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