2
0

speak.msg 582 B

12345678910111213141516171819
  1. //speechsynth
  2. SPEAK 543257 MRCP/1.0
  3. Kill-On-Barge-In:false
  4. Voice-gender:neutral
  5. Prosody-volume:medium
  6. Content-Type:application/synthesis+ssml
  7. Content-Length:412
  8. <?xml version="1.0"?>
  9. <speak>
  10. <paragraph>
  11. <sentence>You have 4 new messages.</sentence>
  12. <sentence>The first is from <say-as type="name">Stephanie Williams</say-as>
  13. <mark name="Stephanie"/> and arrived at <break/>
  14. <say-as type="time">3:45pm</say-as>.</sentence>
  15. <sentence>The subject is <prosody rate="-20%">ski trip</prosody></sentence>
  16. </paragraph>
  17. </speak>