Last active
January 28, 2019 14:56
-
-
Save myrickchow32/8c68123d43b9dff49fb8fada86faef8a 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
| /* | |
| 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