---
title: isPlaying
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nssound/isplaying
---

# isPlaying

A Boolean that indicates whether the sound is playing its audio data.

## Declaration

```swift
var isPlaying: Bool { get }
```

## Discussion

Discussion The value of this property is true when the receiver is playing its audio data.

## See Also

### Playing Sounds

- [beep()](appkit/nssound/beep().md)
- [pause()](appkit/nssound/pause().md)
- [play()](appkit/nssound/play().md)
- [resume()](appkit/nssound/resume().md)
- [stop()](appkit/nssound/stop().md)
