How can I enter embeded pronunciations of words in-line with text?
There are several ways to affect pronunciation, and which one to use depends on how you are using the application. If you are using the swift command line application to process text, or almost any application that calls Swift directly, you are using our native interface. Swift supports the Speech Synthesis Markup Language (SSML) as the default input mode for the synthesizer, with our own phoneme set for specifying pronunciations. With this you can put in-line pronunciations, and other mark-up defined in SSML. Our phonetic alphabet is the one that you also use when making entries into a swift voice dictionary (lexicon.txt). You can find more about this here.