<!--
{
  "availability" : [
    "iOS: 7.0.0 - 15.0.0",
    "iPadOS: 7.0.0 - 15.0.0",
    "macCatalyst: 13.1.0 - 15.0.0",
    "tvOS: 9.0.0 - 15.0.0",
    "watchOS: 1.0.0 - 8.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVAudioTimePitchAlgorithm/lowQualityZeroLatency",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@AVAudioTimePitchAlgorithmLowQualityZeroLatency"
  },
  "title" : "lowQualityZeroLatency"
}
-->

# lowQualityZeroLatency

A low-quality and very low computationally intensive pitch algorithm.

```
static let lowQualityZeroLatency: AVAudioTimePitchAlgorithm
```

## Discussion

This algorithm is suitable for brief fast-forward and rewind effects, as well as low-quality voice. The rate snaps to `{0.5, 0.666667, 0.8, 1.0, 1.25, 1.5, 2.0}`.

---

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)