# Mode7point1point4

> The Surround 7.1.4 speaker setup which contains twelve channels.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AudioModule

```csharp
Mode7point1point4 = 13
```

### Remarks

The Surround 7.1.4 speaker mode contains twelve channels:

* Front left

* Front right

* Front center

* Low-Frequency Effects (LFE subwoofer)

* Side left

* Side right

* Rear left

* Rear right

* Top front left

* Top front right

* Top rear left

* Top rear right

This speaker mode is only available when the Enhanced Audio Foundation is active. It can be used through the **Output Channel Layout** in the [Audio Manager](/engine/6000.7/manual/unity-editor/editor-settings-reference/comp-manager-group/class-audio-manager.md) project settings. Requesting it through [AudioSettings.Reset](/engine/6000.7/script-reference/unityengine/audiosettings/reset.md) while the Classic Audio Foundation is active throws an ArgumentException.
