---
title: pitchMultiplier
framework: avfaudio
role: symbol
role_heading: Instance Property
path: avfaudio/avspeechutterance/pitchmultiplier
---

# pitchMultiplier

The baseline pitch the speech synthesizer uses when speaking the utterance.

## Declaration

```swift
var pitchMultiplier: Float { get set }
```

## Discussion

Discussion Before enqueing the utterance, set this property to a value within the range of 0.5 for lower pitch to 2.0 for higher pitch. The default value is 1.0. Setting this after enqueing the utterance has no effect.

## See Also

### Configuring an utterance

- [voice](avfaudio/avspeechutterance/voice.md)
- [volume](avfaudio/avspeechutterance/volume.md)
- [prefersAssistiveTechnologySettings](avfaudio/avspeechutterance/prefersassistivetechnologysettings.md)
