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

# XDSP audio

> XDSP audio

# XDSP audio

## 함수

| 함수                                                                                                          | 설명                                                                                                     |
| ----------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| [XDspActivate](/reference/audio/xdspaudio/functions/xdspactivate)                                           | 풀에서 사용 가능한 처리 리소스를 획득하여 XDSP 스트림을 활성화합니다.                                                              |
| [XDspConnect](/reference/audio/xdspaudio/functions/xdspconnect)                                             | 하드웨어 서버와 연결을 설정하고, XDSP 클라이언트 인스턴스를 만들고, 처리에 필요한 리소스를 할당합니다.                                           |
| [XDspConnectWithMaximumStreamLimit](/reference/audio/xdspaudio/functions/xdspconnectwithmaximumstreamlimit) | 하드웨어 서버와 연결을 설정하고, XDSP 클라이언트 인스턴스를 만들고, 처리에 필요한 리소스를 할당합니다.                                           |
| [XDspDeactivate](/reference/audio/xdspaudio/functions/xdspdeactivate)                                       | 스트림을 비활성화하고 [XDspActivate](/reference/audio/xdspaudio/functions/xdspactivate)에서 획득한 처리 리소스를 풀에 반환합니다.  |
| [XDspDisconnect](/reference/audio/xdspaudio/functions/xdspdisconnect)                                       | 하드웨어 서버와의 연결을 끊고 [XDspConnect](/reference/audio/xdspaudio/functions/xdspconnect) 중에 할당된 모든 리소스를 해제합니다. |
| [XDspSubmitCommand](/reference/audio/xdspaudio/functions/xdspsubmitcommand)                                 | 지정된 스트림에 대해 하드웨어 큐에 하나의 명령을 제출합니다.                                                                     |
| [XDspSubmitCommandWithEnvelope](/reference/audio/xdspaudio/functions/xdspsubmitcommandwithenvelope)         | 지정된 스트림에 대해 엔벨로프와 함께 하드웨어 큐에 하나의 명령을 제출합니다.                                                            |

## 열거형

| 열거형                                                                             | 설명                                        |
| ------------------------------------------------------------------------------- | ----------------------------------------- |
| [XDspActivationOptions](/reference/audio/xdspaudio/enums/xdspactivationoptions) | XDSP 활성화 옵션입니다.                           |
| [XDspProcessType](/reference/audio/xdspaudio/enums/xdspprocesstype)             | XDSP 프로세스 유형입니다.                          |
| [XDSP 오류](/reference/audio/xdspaudio/enums/xdsperrors)                          | 이 항목은 XDSP API 중 하나에서 반환할 수 있는 오류를 나열합니다. |

## 구조체

| 구조체                                                                                     | 설명                 |
| --------------------------------------------------------------------------------------- | ------------------ |
| [XDspActivationParameters](/reference/audio/xdspaudio/structs/xdspactivationparameters) | XDSP 활성화 매개 변수입니다. |
| [XDspCommand](/reference/audio/xdspaudio/structs/xdspcommand)                           | XDSP 명령입니다.        |
| [XDspStatus](/reference/audio/xdspaudio/structs/xdspstatus)                             | XDSP 상태입니다.        |

## 핸들

| 핸들                                                                      | 설명                |
| ----------------------------------------------------------------------- | ----------------- |
| [XDspClientHandle](/reference/audio/xdspaudio/handles/xdspclienthandle) | XDSP 클라이언트 핸들입니다. |
| [XDspStreamHandle](/reference/audio/xdspaudio/handles/xdspstreamhandle) | XDSP 스트림 핸들입니다.   |

## 개념 설명서

* [XDSP 개요](/build/console-features/audio/overviews/xdsp-overview)
* [XDSP 개요 - 엔벨로핑](/build/console-features/audio/overviews/xdsp-overview-enveloping)
* [XDSP 개요 - IR 축소](/build/console-features/audio/overviews/xdsp-overview-ir-reduction)
* [XDSP 개요 - 단일 스트림 컨볼루션](/build/console-features/audio/overviews/xdsp-overview-single-stream-convolution)
* [XDSP 개요 - 엔벨로프 포함 단일 스트림 컨볼루션](/build/console-features/audio/overviews/xdsp-overview-single-stream-convolution-with-envelope)

## 관련 항목

[오디오 API 참조](/reference/audio/gc-reference-audio-toc)


## Related topics

- [XDSP Errors](/ko/reference/audio/xdspaudio/enums/xdsperrors.md)
- [XDSP 개요](/ko/build/console-features/audio/overviews/xdsp-overview.md)
- [XDSP 인벨로핑 개요](/ko/build/console-features/audio/overviews/xdsp-overview-enveloping.md)
- [XDSP 임펄스 응답 감소 개요](/ko/build/console-features/audio/overviews/xdsp-overview-ir-reduction.md)
- [XDSP API를 사용한 싱글 스트림 FFT/IFFT 개요](/ko/build/console-features/audio/overviews/xdsp-overview-single-stream-fft-ifft.md)
