如果未设置语音标识符,则AVSpeechSynthesisVoice语音是iOS 12中fred的语音。我们如何才能恢复默认语音?
答案 0 :(得分:0)
com.apple.ttsbundle.Samantha-compact是来自AVSpeechSynthesisVoice的默认语音。您可以通过这种方式返回默认语音-
AVSpeechSynthesisVoice* voice = [AVSpeechSynthesisVoice voiceWithIdentifier:@"com.apple.ttsbundle.Samantha-compact"];