SetOutputToDefaultAudioDevice Method

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Configures the SpeechSynthesizer object to send output to the default audio device for the system.

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

Syntax

Visual Basic (Declaration)
Public Sub SetOutputToDefaultAudioDevice
Visual Basic (Usage)
Dim instance As SpeechSynthesizer

instance.SetOutputToDefaultAudioDevice()
C#
public void SetOutputToDefaultAudioDevice()

Remarks

For other output configuration options, see the SetOutputToAudioStream, SetOutputToNull, SetOutputToWaveFile, and SetOutputToWaveStream methods.

See Also