<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/kAudioConverterEncodeAdjustableSampleRate",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Audio Toolbox"
    ],
    "preciseIdentifier" : "c:@Ea@kAudioConverterPropertyMinimumInputBufferSize@kAudioConverterEncodeAdjustableSampleRate"
  },
  "title" : "kAudioConverterEncodeAdjustableSampleRate"
}
-->

# kAudioConverterEncodeAdjustableSampleRate

A `Float64` value that specifies an output sample rate.

```
var kAudioConverterEncodeAdjustableSampleRate: AudioConverterPropertyID { get }
```

## Discussion

For encoding audio converters a) with a specified output sample rate of `0` and b) that are capable of performing sample rate conversion on the input data, this property provides a way to set output sample rate.

---

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)