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

# XDspProcessType

> XDspProcessType

# XDspProcessType

XDSP process type.

## Syntax

```cpp theme={null}
enum class XDspProcessType  : uint32_t  
{  
    None = 0,  
    Convolution = 1,  
    ForwardFourierTransform = 2,  
    InverseFourierTransform = 3,  
}  
```

## Constants

| Constant                | Description                                       |
| ----------------------- | ------------------------------------------------- |
| None                    | Invalid processing type.                          |
| Convolution             | Convolution of a signal with an impulse response. |
| ForwardFourierTransform | Forward Fast Fourier Transform.                   |
| InverseFourierTransform | Inverse Fast Fourier Transform.                   |

## Requirements

**Header:** XDspAudio.h

**Supported platforms:** XBOX Series X|S

## See also

[XDSP](/reference/audio/xdspaudio/xdspaudio_members)\
[XDspActivationParameters](/reference/audio/xdspaudio/structs/xdspactivationparameters)\
[XDspActivationOptions](/reference/audio/xdspaudio/enums/xdspactivationoptions)\
[Overview of a single stream Convolution using the XDSP API](/build/console-features/audio/overviews/xdsp-overview-single-stream-convolution)\
[Overview of a single stream FFT/IFFT using the XDSP API](/build/console-features/audio/overviews/xdsp-overview-single-stream-fft-ifft)


## Related topics

- [XDspActivationParameters](/reference/audio/xdspaudio/structs/xdspactivationparameters.md)
- [XDspActivationOptions](/reference/audio/xdspaudio/enums/xdspactivationoptions.md)
- [XDspActivate](/reference/audio/xdspaudio/functions/xdspactivate.md)
- [XDspCommand](/reference/audio/xdspaudio/structs/xdspcommand.md)
- [XDSP audio](/reference/audio/xdspaudio/xdspaudio_members.md)
