> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 음성 접근성 사용자 설정

> XAccessibility, XSpeechSynthesizer, Game Chat 2, PlayFab Party를 사용하여 STT, TTS, 내레이션에 대한 XBOX 음성 접근성 설정을 조회하고 준수하세요.

플레이어는 **Ease of access** 메뉴를 통해 음성 접근성 설정을 구성합니다. 여러분의 타이틀은 이 설정을 조회하고 준수해야 합니다.

## 사용자가 설정을 구성하는 위치

### XBOX 콘솔

**Settings → Ease of access →** Speech-to-text on, Text-to-speech on, Text-to-speech voice, Let games read to me를 확인하세요.

### Windows

[XBOX Game Bar](https://www.microsoft.com/p/xbox-game-bar/9nzkpstsnw4p)를 설치하고 → 앱을 열어(**Win+G**) → **Settings → Gaming features**로 이동하세요.

## STT/TTS 기본 설정 적용

### PlayFab Party

XBOX Live Helper Library에서 `GetAccessibilitySettings`를 호출하세요.

### Game Chat 2

기본값인 `game_chat_speech_to_text_conversion_mode::automatic`을 사용하면 Game Chat 2가 자동으로 사용자의 STT/TTS 설정에 연결됩니다.

### 타이틀이 해야 할 일

* (TTS가 활성화된 경우) 전사된 텍스트를 UI 또는 TCUI에 렌더링
* (STT가 활성화된 경우) 텍스트에서 음성 합성

## 관련 API 문서

* [XAccessibility API 참조](/reference/system/xaccessibility/xaccessibility_members) — 폐쇄 캡션, 고대비, 음성-텍스트 변환 오버레이, STT 가설 및 최종화
* [XSpeechSynthesizer 참조](/reference/system/xspeechsynthesizer/xspeechsynthesizer_members) — TTS 출력 엔진
* [Chat (Game Chat 2) API 참조](/reference/chat/gamechat2/gamechat2_members) — STT/TTS 전사 상태 변경
* [PlayFab Party](/services/playfab/multiplayer/networking) — Party에서의 음성 + STT/TTS
* [XGameRuntime 기능](/reference/system/xgameruntimefeature/xgameruntimefeature_members) — 기능 가용성 프로브

## 관련 문서

* [접근성 개요](/build/game-principles/accessibility/accessibility-overview)
* [텍스트 음성 변환](/build/console-features/text-to-speech/text-to-speech)
* [게임 채팅](/services/xbox-services/multiplayer/chat/game-chat2/game-chat-2-intro)


## Related topics

- [XBOX Accessibility Guidelines (XAG)](/ko/build/game-principles/accessibility/xbox-accessibility-guidelines.md)
- [XBOX Live helper library for PlayFab Party](/ko/services/playfab/multiplayer/networking/party-xbox-live-guide.md)
- [GDK 접근성 개요](/ko/build/game-principles/accessibility/accessibility-overview.md)
- [Game Chat 2 C++ API 사용](/ko/services/xbox-services/multiplayer/chat/game-chat2/using-game-chat-2.md)
- [PartyXblAccessibilitySettings](/ko/services/playfab/multiplayer/networking/xblreference/structs/partyxblaccessibilitysettings.md)
