<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVAudioEnvironmentNode/isListenerHeadTrackingEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:objc(cs)AVAudioEnvironmentNode(py)listenerHeadTrackingEnabled"
  },
  "title" : "isListenerHeadTrackingEnabled"
}
-->

# isListenerHeadTrackingEnabled

A Boolean value that indicates whether the listener orientation is automatically rotated based on head orientation.

```
var isListenerHeadTrackingEnabled: Bool { get set }
```

## Discussion

To enable head tracking, your app must have the <doc://com.apple.documentation/documentation/BundleResources/Entitlements/com.apple.developer.coremotion.head-pose> entitlement.

Set this value to <doc://com.apple.documentation/documentation/Swift/true> to enable head tracking with compatible AirPods.

---

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)