SetOutputToDefaultAudioDevice Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Assigns the system default audio output device as the output of the speech synthesizer.

Namespace:  Microsoft.Speech.VoiceXml
Assembly:  Microsoft.Speech.VoiceXml (in Microsoft.Speech.VoiceXml.dll)

Syntax

C#
protected void SetOutputToDefaultAudioDevice()

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionThrown when the SetOutputToDefaultAudioDevice() method is called on a Browser instance that is running.

See Also