---
title: stop()
framework: realitykit
role: symbol
role_heading: Instance Method
path: realitykit/audiogeneratorcontroller/stop()
---

# stop()

Stops playback of the render handler.

## Declaration

```swift
@MainActor func stop()
```

## Discussion

Discussion Callbacks to the render handler stop after calling stop(). There may be a short delay between when you call stop and when the callbacks actually stop.
