> ## 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 Errors](/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 概述 - 脉冲响应缩减](/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 概述](/zh-CN/build/console-features/audio/overviews/xdsp-overview.md)
- [XDSP Errors](/zh-CN/reference/audio/xdspaudio/enums/xdsperrors.md)
- [XDSP 包络概述](/zh-CN/build/console-features/audio/overviews/xdsp-overview-enveloping.md)
- [XDSP 脉冲响应压缩概述](/zh-CN/build/console-features/audio/overviews/xdsp-overview-ir-reduction.md)
- [使用 XDSP API 进行单流 FFT/IFFT 概述](/zh-CN/build/console-features/audio/overviews/xdsp-overview-single-stream-fft-ifft.md)
