eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

references.ssml2 328B

123456789
  1. <!-- SSML reference test
  2. Entity references &lt; &gt; &amp; &apos; and &quot; should be replaced in the buffer
  3. Character references &#65; are translated to Unicode (65 = 'A')
  4. See https://www.tutorialspoint.com/xml/xml_syntax.htm
  5. -->
  6. <speak> &lt; &gt; &amp; &apos; &quot; </speak>
  7. <speak> B &#66;</speak>
  8. <speak>z &#x7A;</speak>