Initial commit
This commit is contained in:
3
Powershell/Speech/list_voices.ps1
Normal file
3
Powershell/Speech/list_voices.ps1
Normal file
@@ -0,0 +1,3 @@
|
||||
Add-Type -AssemblyName System.speech
|
||||
$speak = New-Object System.Speech.Synthesis.SpeechSynthesizer
|
||||
$speak.GetInstalledVoices()|ForEach-Object { $_.VoiceInfo }
|
||||
Reference in New Issue
Block a user