<!--
{
  "availability" : [
    "macOS: 10.3.0 - 14.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSSpeechSynthesizer/setVoice(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSSpeechSynthesizer(im)setVoice:"
  },
  "title" : "setVoice(_:)"
}
-->

# setVoice(_:)

Sets the receiver’s current voice.

```
func setVoice(_ voice: NSSpeechSynthesizer.VoiceName?) -> Bool
```

## Parameters

`voice`

Identifier of the voice to set at the receiver’s current voice. When `nil`, the receiver sets the default voice as its current voice.

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> when the receiver is not currently synthesizing speech and the current voice is set successfully, <doc://com.apple.documentation/documentation/Swift/false> otherwise.

## See Also

[`defaultVoice`](/documentation/AppKit/NSSpeechSynthesizer/defaultVoice)

Provides the identifier of the default voice.



---

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)