---
title: "speechAdjustedPitch(_:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/text/speechadjustedpitch(_:)"
---

# speechAdjustedPitch(_:)

Raises or lowers the pitch of spoken text.

## Declaration

```swift
func speechAdjustedPitch(_ value: Double) -> Text
```

## Parameters

- `value`: The amount to raise or lower the pitch. Values between -1 and 0 result in a lower pitch while values between 0 and 1 result in a higher pitch. The method clamps values to the range -1 to 1.

## Discussion

Discussion Use this modifier when you want to change the pitch of spoken text. The value indicates how much higher or lower to change the pitch.

## See Also

### Configuring voiceover

- [speechAlwaysIncludesPunctuation(_:)](swiftui/text/speechalwaysincludespunctuation(_:).md)
- [speechAnnouncementsQueued(_:)](swiftui/text/speechannouncementsqueued(_:).md)
- [speechSpellsOutCharacters(_:)](swiftui/text/speechspellsoutcharacters(_:).md)
