Skip to content

Instantly share code, notes, and snippets.

@myrickchow32
Last active January 28, 2019 14:56
Show Gist options
  • Save myrickchow32/8c68123d43b9dff49fb8fada86faef8a to your computer and use it in GitHub Desktop.
Save myrickchow32/8c68123d43b9dff49fb8fada86faef8a to your computer and use it in GitHub Desktop.
/*
Pitch multiplier range: 0.5 to 2.0
Default value: 1.0
*/
let utterance = AVSpeechUtterance(string: "Hello world")
utterance.pitchMultiplier = 1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment