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

# init(channelLayout:orientation:identifier:)

Creates a named ambient mixer with the given channel layout and orientation.

## Declaration

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

## Parameters

- `layout`: The channel layout of input audio.
- `orientation`: A quaternion that describes the orientation of the speaker layout relative to the scene origin.
- `identifier`: A unique name for the mixer.

## See Also

### Creating an Ambient Mixer

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