Skip to content

Instantly share code, notes, and snippets.

@myrickchow32
Created February 12, 2019 12:50
Show Gist options
  • Save myrickchow32/00d3dd5a87775ae5d3cd2ee03d56eddb to your computer and use it in GitHub Desktop.
Save myrickchow32/00d3dd5a87775ae5d3cd2ee03d56eddb to your computer and use it in GitHub Desktop.
let avSpeechSynthesizer = AVSpeechSynthesizer()
avSpeechSynthesizer.speak(AVSpeechUtterance(string: "Hello world"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment