---
title: PHASEEngine.RenderingMode.local
framework: phase
role: symbol
role_heading: Case
path: phase/phaseengine/renderingmode/local
---

# PHASEEngine.RenderingMode.local

A mode that indicates that the system renders audio in process.

## Declaration

```swift
case local
```

## Discussion

Discussion In this mode, the engine is connected to an audio device and renders audio in real-time in the application process. The engine receives all of its inputs, for example, acoustic configuration, from the client. Updating an engine that has a local configuration executes any pending API commands locally.

## See Also

### Modes

- [PHASEEngine.RenderingMode.client](phase/phaseengine/renderingmode/client.md)
