<!--
{
  "availability" : [
    "iOS: 13.4.0 -",
    "iPadOS: 13.4.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AutomaticAssessmentConfiguration",
  "identifier" : "/documentation/AutomaticAssessmentConfiguration/AEAssessmentConfiguration/allowsAccessibilityBackgroundSounds",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Automatic Assessment Configuration"
    ],
    "preciseIdentifier" : "c:objc(cs)AEAssessmentConfiguration(py)allowsAccessibilityBackgroundSounds"
  },
  "title" : "allowsAccessibilityBackgroundSounds"
}
-->

# allowsAccessibilityBackgroundSounds

A Boolean value that indicates whether to allow Background Sounds during an assessment.

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

## Discussion

Users can enable Background Sounds in the Settings app (Accessibility > Audio & Visual > Background Sounds) to play ambient sounds that can mask unwanted environmental noise. An assessment session disables Background Sounds by default, but you can allow it by setting [`allowsAccessibilityBackgroundSounds`](/documentation/AutomaticAssessmentConfiguration/AEAssessmentConfiguration/allowsAccessibilityBackgroundSounds) to `true` in the [`AEAssessmentConfiguration`](/documentation/AutomaticAssessmentConfiguration/AEAssessmentConfiguration) instance that you use to initialize a session.

---

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)