"phoneme" Element
<phoneme>
Description
Alters the pronunciation of text using phonetic symbols. The phoneme element may be empty. However, it is recommended that the element contain human-readable text that can be used for non-spoken rendering of the document.
This element is only supported with the TTS1 product set.
Syntax
<phoneme alphabet = "ipa" | "x-sampa" ph = โstringโ alternate text </phoneme> |
Attributes
Attribute | Description |
alphabet | SPR (Symbolic Phonetic Representation) to use for interpreting ph. (Sets to โipaโ by default if not specified). optional field |
ph | Text of pronunciation variant. mandatory field |
Parent
<audio>, <emphasis>, <p>, <prosody>, <s>, <speak>, <voice>
Children
#TEXT, #CDATA-SECTION
Limitations/Restrictions
The LumenVox synthesizer only supports ipa and x-sampa phonetic alphabet formats. A limited subset of phonemes is valid for each language, as specified here
Lowercase characters must be used to specify the alphabet attribute.
If the alphabet attribute is omitted, the default value is ipa.
The maximum length of ph must be fewer than 64 phonetic symbols.
Example