<!--
{
  "documentType" : "article",
  "framework" : "AudioToolbox",
  "identifier" : "/documentation/AudioToolbox/1559927-converter-priming-constants",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Converter Priming Constants"
}
-->

# Converter Priming Constants

Constants used with the [`kAudioConverterPrimeMethod`](/documentation/AudioToolbox/kAudioConverterPrimeMethod) property.

## Topics

### Constants

[`var kConverterPrimeMethod_Pre: UInt32`](/documentation/AudioToolbox/kConverterPrimeMethod_Pre)

Prime with `leading` + `trailing` input frames.

[`var kConverterPrimeMethod_Normal: UInt32`](/documentation/AudioToolbox/kConverterPrimeMethod_Normal)

Prime with `trailing` frames only, for zero latency. Leading frames are assumed to be silence.

[`var kConverterPrimeMethod_None: UInt32`](/documentation/AudioToolbox/kConverterPrimeMethod_None)

Acts in “latency” mode. Leading and trailing frames are both assumed to be silence.



---

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)