Created
October 27, 2022 23:56
-
-
Save ringmaster/0a5344d3a83de74b15672ff250dff06c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Response> | |
<Say voice="Polly.Joanna"> | |
Hi | |
<break strength="x-weak" time="100ms"/> | |
<emphasis level="moderate">Words to emphasize</emphasis> | |
<p>Words to speak</p> | |
aaaaaa | |
<phoneme alphabet="x-sampa" ph="pɪˈkɑːn">Words to speak</phoneme> | |
bbbbbbb | |
<prosody pitch="-10%" rate="85%" volume="-6dB">Words to speak</prosody> | |
<s>Words to speak</s> | |
<say-as interpret-as="spell-out">Words to speak</say-as> | |
<sub alias="alias">Words to be substituted</sub> | |
<w>Words to speak</w> | |
</Say> | |
</Response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment