Custom pronunciation is supported by Mist and Mist v2 only. It is not yet supported on Mist v3.
custom would be represented as {k1Ast0xm}. This even works for made-up words, like gorbulets, which would be {g1orby0ul2Ets}.
| Audio clip | Sentence |
|---|---|
actually, {g1orby0ul2Ets} is a word i just made up. |
When making an API request, you must set
phonemizeBetweenBrackets to true. The request would look like this:Custom pronunciation example
Check coverage
Before writing a custom pronunciation by hand, check whether the word is already in Rime’s dictionary using the Coverage API. For an overview of all the ways to control pronunciation, see Pronunciation control.Generate a pronunciation string from audio
If you know how a word should sound, you don’t have to write the phonetic string by hand. Record the word and post the audio to the Phonemize API — it returns a string in the Rime phonetic alphabet that you can paste into your TTS request inside{}.

