<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVAudioMixInputParameters/audioTimePitchAlgorithm",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVAudioMixInputParameters(py)audioTimePitchAlgorithm"
  },
  "title" : "audioTimePitchAlgorithm"
}
-->

# audioTimePitchAlgorithm

The processing algorithm used to manage audio pitch for scaled audio edits.

```
var audioTimePitchAlgorithm: AVAudioTimePitchAlgorithm? { get }
```

## Discussion

The supported constants are defined in Time Pitch Algorithm Settings. An <doc://com.apple.documentation/documentation/Foundation/NSExceptionName/invalidArgumentException> will be raised if this property is set to a value other than the defined constants.

---

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)