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

# sampleRateConverterAlgorithm

The priming method the sample rate converter or decoder uses.

```
var sampleRateConverterAlgorithm: String? { get set }
```

## Topics

### 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)