RosettaCodeData/Task/Speech-synthesis/FutureBasic/speech-synthesis.basic
2023-07-01 13:44:08 -04:00

5 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