Swift 文字转语音 - 发音

Swift Text-To-Speech - pronunciation

如何为 AVSpeechUtterance 中的 1 个单词设置发音?例如 - read [ri:d], read [red], read [red] 拼写相同但发音不同

AVSpeechUtterance(string: "read") // in second form, how?

您可以使用通过 AVSpeechSynthesisIPANotationAttribute 键附加国际音标发音的属性字符串。