SpeechSynthesizerRef ref ref = fn SpeechSynthesizerWithVoice( @"com.apple.speech.synthesis.voice.daniel.premium" ) fn SpeechSynthesizerStartSpeakingString( ref, @"This is an example of speech synthesis." ) HandleEvents