<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/vDSP_BiquadFunctions/applySingle(source:destination:delays:setup:sectionCount:count:)",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "s:10Accelerate20vDSP_BiquadFunctionsP11applySingle6source11destination6delays5setup12sectionCount5countyqd___qd_0_zSpy6ScalarQzGs13OpaquePointerVS2utAA0A6BufferRd__AA0a7MutableQ0Rd_0_7ElementQyd__ALRSARQyd_0_ASRSr0_lFZ"
  },
  "title" : "applySingle(source:destination:delays:setup:sectionCount:count:)"
}
-->

# applySingle(source:destination:delays:setup:sectionCount:count:)

```
static func applySingle<U, V>(source: U, destination: inout V, delays: UnsafeMutablePointer<Self.Scalar>, setup: vDSP_biquad_Setup, sectionCount: vDSP_Length, count: vDSP_Length) where U : AccelerateBuffer, V : AccelerateMutableBuffer, Self.Scalar == U.Element, U.Element == V.Element
```

---

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)