Skip to content

Instantly share code, notes, and snippets.

@baphillips
Created October 2, 2013 04:56
Show Gist options
  • Save baphillips/6789295 to your computer and use it in GitHub Desktop.
Save baphillips/6789295 to your computer and use it in GitHub Desktop.
// View all the voices
NSLog(@"%@", [AVSpeechSynthesisVoice speechVoices]);
/* Output
th-TH pt-BR sk-SK
fr-CA ro-RO no-NO
fi-FI pl-PL de-DE
nl-NL id-ID tr-TR
it-IT pt-PT fr-FR
ru-RU es-MX zh-HK
sv-SE hu-HU zh-TW
es-ES zh-CN nl-BE
en-GB ar-SA
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment