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