Skip to content

Instantly share code, notes, and snippets.

@myrickchow32
Last active February 2, 2019 03:23
Show Gist options
  • Save myrickchow32/2d613ab43592420371545a9912406196 to your computer and use it in GitHub Desktop.
Save myrickchow32/2d613ab43592420371545a9912406196 to your computer and use it in GitHub Desktop.
/*
Range: 0.0 - 1.0
AVSpeechUtteranceMinimumSpeechRate: 0.0
AVSpeechUtteranceMaximumSpeechRate: 1.0
AVSpeechUtteranceDefaultSpeechRate: 0.5
*/
let utterance = AVSpeechUtterance(string: "Hello world")
utterance.rate = 0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment