< # .SYNOPSIS This script displays the installed Speech Synthesiser voices .DESCRIPTION This script first loads the System.Speech DLL, then creates a new SpeechSynthesizer object. It uses this object to enumerate the installed speech voices. .NOTES File...