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

# XDspActivationOptions

> XDspActivationOptions

# XDspActivationOptions

XDSP のアクティベーション オプション。

## 構文

```cpp theme={null}
enum class XDspActivationOptions  : uint32_t  
{  
    None = 0,  
    Deinterleaved = 2,  
    EnablePolarFormat = 4,  
    StereoImpulseResponse = 8,  
}  
```

## 定数

| 定数                    | 説明                                                                                                                                                                                                                                                                                                                                                     |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| None                  | オプションが設定されていません。                                                                                                                                                                                                                                                                                                                                       |
| Deinterleaved         | 設定されている場合、提供される入力データはデインターリーブされている必要があります。出力データもデインターリーブされます。これは [XDspActivationParameters::channelCount](/reference/audio/xdspaudio/structs/xdspactivationparameters) が 2 と等しい場合にのみ使用してください。                                                                                                                                                          |
| EnablePolarFormat     | [XDspProcessType::ForwardFourierTransform](/reference/audio/xdspaudio/enums/xdspprocesstype) の出力または [XDspProcessType::InverseFourierTransform](/reference/audio/xdspaudio/enums/xdspprocesstype) の入力に対して、周波数領域極形式を有効にします。既定は **Cartesian** 形式です。このフラグは [XDspProcessType::Convolution](/reference/audio/xdspaudio/enums/xdspprocesstype) と共に使用しないでください。 |
| StereoImpulseResponse | インパルス応答をステレオのデインターリーブされたデータとして扱います。これは [XDspActivationParameters::channelCount](/reference/audio/xdspaudio/structs/xdspactivationparameters) が 2 と等しい場合にのみ使用してください。それ以外の場合、インパルス応答はモノラルとして扱われます。これが設定されておらず、チャネル数が 2 の場合、モノラルのインパルス応答が両方のチャネルに適用されます。                                                                                                  |

## 要件

**ヘッダー:** XDspAudio.h

**サポートされるプラットフォーム:** XBOX Series X|S

## 関連項目

[XDSP](/reference/audio/xdspaudio/xdspaudio_members)\
[XDspProcessType](/reference/audio/xdspaudio/enums/xdspprocesstype)\
[XDspActivationParameters](/reference/audio/xdspaudio/structs/xdspactivationparameters)\
[XDspCommand](/reference/audio/xdspaudio/structs/xdspcommand)\
[XDSP API を使用した単一ストリーム畳み込みの概要](/build/console-features/audio/overviews/xdsp-overview-single-stream-convolution)\
[XDSP API を使用した単一ストリーム FFT/IFFT の概要](/build/console-features/audio/overviews/xdsp-overview-single-stream-fft-ifft)


## Related topics

- [XDspActivationParameters](/ja-jp/reference/audio/xdspaudio/structs/xdspactivationparameters.md)
- [XDspProcessType](/ja-jp/reference/audio/xdspaudio/enums/xdspprocesstype.md)
- [XDSP audio](/ja-jp/reference/audio/xdspaudio/xdspaudio_members.md)
- [XDSP の概要](/ja-jp/build/console-features/audio/overviews/xdsp-overview.md)
- [XDSP API を使用したシングル ストリーム コンボリューションの概要](/ja-jp/build/console-features/audio/overviews/xdsp-overview-single-stream-convolution.md)
