AVFoundation.framework追加後
#import <AVFoundation/AVFoundation.h>
AVSpeechSynthesisVoice *voice = [AVSpeechSynthesisVoice voiceWithLanguage:@"ja-JP"];AVSpeechUtterance *utterance = [[AVSpeechUtterance alloc] initWithString:@"こんにちは"];utterance.voice = voice;self.synth = [[AVSpeechSynthesizer alloc] init];[self.synth speakUtterance:utterance];
声はOS Xで言うkyokoさんなんだと思う。
utteranceは"アタランス"という発音らしい。
アデランスみたいやなw