RosettaCodeData/Task/Speech-synthesis/FutureBasic/speech-synthesis.basic

6 lines
221 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
SpeechSynthesizerRef ref
ref = fn SpeechSynthesizerWithVoice( @"com.apple.speech.synthesis.voice.daniel.premium" )
fn SpeechSynthesizerStartSpeakingString( ref, @"This is an example of speech synthesis." )
HandleEvents