XSpeechSynthesizerSetDefaultVoice

Specifies that the speech synthesizer is to use the system's default voice.

Syntax

HRESULT XSpeechSynthesizerSetDefaultVoice(  
         XSpeechSynthesizerHandle speechSynthesizer  
)  

Parameters

speechSynthesizer   _In_
Type: XSpeechSynthesizerHandle

Specifies the speech synthesizer that will be using the default voice.

Return value

Type: HRESULT

Returns S_OK if successful; otherwise, returns an error code. For a list of error codes, see Error Codes.

Remarks

Note

This function isn't safe to call on a time-sensitive thread. For more information, see Time-sensitive threads.

Requirements

Header: XSpeechSynthesizer.h

Library: xgameruntime.lib

Supported platforms: Windows, Xbox One family consoles and Xbox Series consoles

See also

XAccessibility
XSpeechSynthesizerCreateStreamFromText
XSpeechSynthesizer