how I can set pronunciation for 1 word in AVSpeechUtterance? for example - read [ri:d], read [red], read [red] spelled the same but pronounced differently
AVSpeechUtterance(string: "read") // in second form, how?
how I can set pronunciation for 1 word in AVSpeechUtterance? for example - read [ri:d], read [red], read [red] spelled the same but pronounced differently
AVSpeechUtterance(string: "read") // in second form, how?
Copyright © 2021 Jogjafile Inc.
You can use an attributed string with International Phonetic Alphabet pronunciation attached by way of the AVSpeechSynthesisIPANotationAttribute key.