Publicado em novembro, 20 2014 - 2:33 PM |
IOS() #import <AVFoundation/AVFoundation.h>
void IOS_LerTexto() { AVSpeechUtterance *utterance = [AVSpeechUtterance speechUtteranceWithString:@"Seu Táxi, Chegou!!"]; AVSpeechSynthesizer *synth = [[AVSpeechSynthesizer alloc] init]; [synth speakUtterance:utterance]; }
|
| |
| |
|