---
title: audioVolume
framework: photosui
role: symbol
role_heading: Instance Property
path: photosui/phlivephotoview/audiovolume
---

# audioVolume

The audio gain to apply to the Live Photo’s movie content during playback.

## Declaration

```swift
var audioVolume: Float { get set }
```

## Discussion

Discussion Values for this property must be between 0.0 and 1.0, inclusive. A value of 1.0 (the default) plays audio content from the Live Photo at full volume (relative to the system volume). A value of 0.0 is equivalent to setting the isMuted property to true.

## See Also

### Managing Playback

- [playbackGestureRecognizer](photosui/phlivephotoview/playbackgesturerecognizer.md)
- [isMuted](photosui/phlivephotoview/ismuted.md)
