Created
February 12, 2019 12:50
-
-
Save myrickchow32/00d3dd5a87775ae5d3cd2ee03d56eddb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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