Where users configure settings
XBOX consoles
Settings → Ease of access → check Speech-to-text on, Text-to-speech on, Text-to-speech voice, Let games read to me.Windows
Install XBOX Game Bar → open the app (Win+G) → Settings → Gaming features.Apply STT/TTS preference
PlayFab Party
CallGetAccessibilitySettings from the XBOX Live Helper Library.
Game Chat 2
With the defaultgame_chat_speech_to_text_conversion_mode::automatic, Game Chat 2 is automatically tied to the user’s STT/TTS settings.
What your title must do
- Render transcribed text in your UI or TCUI (if TTS is enabled)
- Synthesize voice from text (if STT is enabled)
Related API documentation
- XAccessibility API reference — closed captions, high-contrast, speech-to-text overlay, STT hypothesis and finalization
- XSpeechSynthesizer reference — TTS output engine
- Chat (Game Chat 2) API reference — STT/TTS transcription state changes
- PlayFab Party — voice + STT/TTS on Party
- XGameRuntime features — feature availability probes
