---
title: "init(channelLayout:)"
framework: phase
role: symbol
role_heading: Initializer
path: "phase/phasechannelmixerdefinition/init(channellayout:)"
---

# init(channelLayout:)

Creates a channel mixer with the given channel layout.

## Declaration

```swift
init(channelLayout layout: AVAudioChannelLayout)
```

## Parameters

- `layout`: A channel configuration for the mixer’s input audio.

## See Also

### Creating a Channel Mixer

- [init(channelLayout:identifier:)](phase/phasechannelmixerdefinition/init(channellayout:identifier:).md)
