<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVSampleRateConverterAlgorithmKey",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@AVSampleRateConverterAlgorithmKey"
  },
  "title" : "AVSampleRateConverterAlgorithmKey"
}
-->

# AVSampleRateConverterAlgorithmKey

A string value that represents the sample rate converter algorithm to use.

```
let AVSampleRateConverterAlgorithmKey: String
```

## Topics

### Supported algorithms

[`AVSampleRateConverterAlgorithm_Normal`](/documentation/AVFAudio/AVSampleRateConverterAlgorithm_Normal)

The usual encoder bit rate strategy.

[`AVSampleRateConverterAlgorithm_MinimumPhase`](/documentation/AVFAudio/AVSampleRateConverterAlgorithm_MinimumPhase)

The minimum phase encoder bit rate strategy.

[`AVSampleRateConverterAlgorithm_Mastering`](/documentation/AVFAudio/AVSampleRateConverterAlgorithm_Mastering)

The mastering encoder bit rate strategy.



---

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)