<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/View/speechAdjustedPitch(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4ViewPAAE19speechAdjustedPitchyQrSdF"
  },
  "title" : "speechAdjustedPitch(_:)"
}
-->

# speechAdjustedPitch(_:)

Raises or lowers the pitch of spoken text.

```
nonisolated func speechAdjustedPitch(_ value: Double) -> some View
```

## 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

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.

---

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)