Returns a Boolean indicating whether audio (spoken) output is enabled.
agent.AudioOutput.Enabled
When the Enabled property returns True, the Speak method produces audio output. When it returns False, it means that speech output is not installed or has been disabled by the user. Only the user can set this property value.
--------------------------------------------------------