Last active
February 2, 2019 03:23
-
-
Save myrickchow32/2d613ab43592420371545a9912406196 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
| /* | |
| 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