---
title: AVAudioConverterPrimeMethod.normal
framework: avfaudio
role: symbol
role_heading: Case
path: avfaudio/avaudioconverterprimemethod/normal
---

# AVAudioConverterPrimeMethod.normal

An option to prime with trailing (zero latency) frames where the converter assumes the leading frames are silence.

## Declaration

```swift
case normal
```

## See Also

### Options

- [AVAudioConverterPrimeMethod.pre](avfaudio/avaudioconverterprimemethod/pre.md)
- [AVAudioConverterPrimeMethod.none](avfaudio/avaudioconverterprimemethod/none.md)
