spec-example-1.ssml 642 B

12345678910111213141516171819
  1. <?xml version="1.0"?>
  2. <!-- Example from SSML 1.1 specification, Appendix E
  3. https://www.w3.org/TR/speech-synthesis11/#AppE
  4. -->
  5. <speak version="1.1"
  6. xmlns="http://www.w3.org/2001/10/synthesis"
  7. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  8. xsi:schemaLocation="http://www.w3.org/2001/10/synthesis
  9. http://www.w3.org/TR/speech-synthesis11/synthesis.xsd"
  10. xml:lang="en-US">
  11. <p>
  12. <s>You have 4 new messages.</s>
  13. <s>The first is from Stephanie Williams and arrived at <break/> 3:45pm.</s>
  14. <s>
  15. The subject is <prosody rate="-20%">ski trip</prosody>
  16. </s>
  17. </p>
  18. </speak>