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

# init(channelLayout:identifier:)

Creates a named channel mixer with the given channel layout.

## Declaration

```swift
convenience init(channelLayout layout: AVAudioChannelLayout, identifier: String)
```

## Parameters

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

## See Also

### Creating a Channel Mixer

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