> ## 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.

# APU (오디오 처리 장치)

> APU (오디오 처리 장치)

# APU (오디오 처리 장치)

## 함수

| 함수                                                                                  | 설명                            |
| ----------------------------------------------------------------------------------- | ----------------------------- |
| [ApuAlloc](/reference/audio/apu/functions/apualloc)                                 | APU 물리적 메모리를 할당합니다.           |
| [ApuCreateHeap](/reference/audio/apu/functions/apucreateheap)                       | APU 힙을 생성합니다.                 |
| [ApuFree](/reference/audio/apu/functions/apufree)                                   | APU 물리적 메모리를 해제합니다.           |
| [ApuHeapGetState](/reference/audio/apu/functions/apuheapgetstate)                   | APU 물리적 힙의 현재 상태를 쿼리합니다.      |
| [ApuIsVirtualAddressValid](/reference/audio/apu/functions/apuisvirtualaddressvalid) | 가상 주소를 검증합니다.                 |
| [ApuMapApuAddress](/reference/audio/apu/functions/apumapapuaddress)                 | APU 물리적 주소와 연결된 가상 주소를 반환합니다. |
| [ApuMapVirtualAddress](/reference/audio/apu/functions/apumapvirtualaddress)         | 가상 주소와 연결된 APU 물리적 주소를 반환합니다. |

## 구조체

| 구조체                                                       | 설명            |
| --------------------------------------------------------- | ------------- |
| [ApuHeapState](/reference/audio/apu/structs/apuheapstate) | APU의 힙 상태입니다. |

## 개념 설명서

* [ACP 개요](/build/console-features/audio/overviews/acp-overview)
* [XMA2 개요](/build/console-features/audio/overviews/xma2-overview)

## See also

[Audio API reference](/reference/audio/gc-reference-audio-toc)


## Related topics

- [Audio API reference](/ko/reference/audio/gc-reference-audio-toc.md)
- [실시간 오디오 조작](/ko/services/xbox-services/multiplayer/chat/game-chat2/real-time-audio-manipulation.md)
- [Troubleshooting Voice Chat](/ko/services/playfab/community/voice-communications/concepts-audio-troubleshooting.md)
- [XApuConnectInputParameters](/ko/reference/audio/xapu/structs/xapuconnectinputparameters.md)
- [XApuConnectOutputParameters](/ko/reference/audio/xapu/structs/xapuconnectoutputparameters.md)
