---
title: "init(engine:)"
framework: phase
role: symbol
role_heading: Initializer
path: "phase/phasesource/init(engine:)"
---

# init(engine:)

Creates a single point in the environment from which sound emanates.

## Declaration

```swift
init(engine: PHASEEngine)
```

## Parameters

- `engine`: The object that controls this class’ associated audio output.

## See Also

### Creating a Source

- [init(engine:shapes:)](phase/phasesource/init(engine:shapes:).md)
