SSML with IPA and X-SAMPA
Here is an example of three ways of calling the Text to Audio. The SSML examples allow you to tweak the pronunciation. Note that currently enclosing quotes in the SSML can break it, so in the X-SAMPA example we needed to alternate single and double quotes.
Standard - catholically
{POODLL:type="tta",speaker="Male",language="English(US)",format="text"}
catholically
{POODLL:type="tta_end"}
catholically
SSML with IPA - catholically
{POODLL:type="tta",speaker="Male",language="English(US)",format="ssml"}
<speak><phoneme alphabet="ipa" ph="kəˈθɑlɪkəli">catholically</phoneme></speak>
{POODLL:type="tta_end"}<speak><phoneme alphabet="ipa" ph="kəˈθɑlɪkəli">catholically</phoneme></speak>
SSML with x-sampa - catholically
{POODLL:type="tta",speaker="Male",language="English(US)",format="ssml"}
<speak><phoneme alphabet="x-sampa" ph='k@"TAlIk@li'>catholically</phoneme></speak>
{POODLL:type="tta_end"}
<speak><phoneme alphabet="x-sampa" ph='k@"TAlIk@li'>catholically</phoneme></speak>
Last modified: Thursday, 24 November 2022, 4:38 AM