---
title: listenerAngularOrientation
framework: avfaudio
role: symbol
role_heading: Instance Property
path: avfaudio/avaudioenvironmentnode/listenerangularorientation
---

# listenerAngularOrientation

The listener’s angular orientation in the environment.

## Declaration

```swift
var listenerAngularOrientation: AVAudio3DAngularOrientation { get set }
```

## Discussion

Discussion The system specifies all angles in degrees. The default orientation is with the listener looking directly along the negative z-axis (forward). This orientation has a yaw of 0.0 degrees, a pitch of 0.0 degrees, and a roll of 0.0 degrees. Changing this property results in a corresponding change in the listenerVectorOrientation property.

## See Also

### Getting and Setting Positional Properties

- [listenerPosition](avfaudio/avaudioenvironmentnode/listenerposition.md)
- [listenerVectorOrientation](avfaudio/avaudioenvironmentnode/listenervectororientation.md)
