Skip to content

Instantly share code, notes, and snippets.

@myrickchow32
Last active February 13, 2019 03:57
Show Gist options
  • Save myrickchow32/e30f0c3008b952557547d1a4cdbda4bb to your computer and use it in GitHub Desktop.
Save myrickchow32/e30f0c3008b952557547d1a4cdbda4bb to your computer and use it in GitHub Desktop.
// Short form: en (English)
let voice = AVSpeechSynthesisVoice(language: "en")
// Long form: en-AU (Australia English)
let voice = AVSpeechSynthesisVoice(language: "en-AU")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment