如果未设置语音标识符,则AVSpeechSynthesisVoice语音是iOS 12中fred的语音。

时间:2018-10-10 13:56:23

标签: ios12

如果未设置语音标识符,则AVSpeechSynthesisVoice语音是iOS 12中fred的语音。我们如何才能恢复默认语音?

1 个答案:

答案 0 :(得分:0)

com.apple.ttsbundle.Samantha-compact是来自AVSpeechSynthesisVoice的默认语音。您可以通过这种方式返回默认语音-

AVSpeechSynthesisVoice* voice = [AVSpeechSynthesisVoice voiceWithIdentifier:@"com.apple.ttsbundle.Samantha-compact"];