<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/AudioPlaybackGroupController/play()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation28AudioPlaybackGroupControllerC4playyyF"
  },
  "title" : "play()"
}
-->

# play()

Plays the audio resource.

```
@MainActor @preconcurrency func play()
```

## Discussion

The controller plays from the beginning of the resource, or from the
point at which it was paused if you previously called the
[`pause()`](/documentation/RealityKit/AudioPlaybackGroupController/pause()) method during playback.
The controller ignores calls to [`play()`](/documentation/RealityKit/AudioPlaybackGroupController/play()) when audio is already playing.

---

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)