Skip to main content
Players configure speech accessibility settings via the Ease of access menu. Your title should retrieve and respect these settings.

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

Call GetAccessibilitySettings from the XBOX Live Helper Library.

Game Chat 2

With the default game_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)
Last modified on August 20, 2026