Skip to content

Instantly share code, notes, and snippets.

@conspirator
Created February 14, 2014 06:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conspirator/8996839 to your computer and use it in GitHub Desktop.
Save conspirator/8996839 to your computer and use it in GitHub Desktop.
AVSpeechUtterance
AVSpeechUtterance *utterance = [AVSpeechUtterance speechUtteranceWithString:@"I'm watching you"];
[utterance setRate:0.1666];
[utterance setPitchMultiplier:0.55];
[[[AVSpeechSynthesizer alloc] init] speakUtterance:utterance];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment