> ## 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)                                 | 指定されたストリームに対して 1 つのコマンドをハードウェア キューに送信します。                                                                 |
| [XDspSubmitCommandWithEnvelope](/reference/audio/xdspaudio/functions/xdspsubmitcommandwithenvelope)         | 指定されたストリームに対してエンベロープ付きの 1 つのコマンドをハードウェア キューに送信します。                                                        |

## 列挙型

| 列挙型                                                                             | 説明                                              |
| ------------------------------------------------------------------------------- | ----------------------------------------------- |
| [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 エラー](/ja-jp/reference/audio/xdspaudio/enums/xdsperrors.md)
- [XDSP の概要](/ja-jp/build/console-features/audio/overviews/xdsp-overview.md)
- [XDSP エンベロープ処理の概要](/ja-jp/build/console-features/audio/overviews/xdsp-overview-enveloping.md)
- [XDSP インパルス応答低減の概要](/ja-jp/build/console-features/audio/overviews/xdsp-overview-ir-reduction.md)
- [XDspActivate](/ja-jp/reference/audio/xdspaudio/functions/xdspactivate.md)
