<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PHASE",
  "identifier" : "/documentation/PHASE/PHASEChannelMixerDefinition/init(channelLayout:identifier:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "PHASE"
    ],
    "preciseIdentifier" : "c:objc(cs)PHASEChannelMixerDefinition(im)initWithChannelLayout:identifier:"
  },
  "title" : "init(channelLayout:identifier:)"
}
-->

# init(channelLayout:identifier:)

Creates a named channel mixer with the given channel layout.

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

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)