<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PHASE",
  "identifier" : "/documentation/PHASE/PHASESpatialPipeline/entries",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PHASE"
    ],
    "preciseIdentifier" : "c:objc(cs)PHASESpatialPipeline(py)entries"
  },
  "title" : "entries"
}
-->

# entries

Audio layers for environmental effects to add to the output.

```
var entries: [PHASESpatialCategory : PHASESpatialPipelineEntry] { get }
```

## Discussion

This property includes an entry for each spatial category that the app includes in the [`init(flags:)`](/documentation/PHASE/PHASESpatialPipeline/init(flags:)) argument. Adjust an entry’s send level to blend its audio layer into the output signal. For example, by fading the input audio signal using the [`sendLevelMetaParameterDefinition`](/documentation/PHASE/PHASESpatialPipelineEntry/sendLevelMetaParameterDefinition) property of the [`directPathTransmission`](/documentation/PHASE/PHASESpatialPipeline/Flags-swift.struct/directPathTransmission) entry, the app can lower the dry signal and blend in the right balance of early reflections and reverb.

---

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)