multi.msg 711 B

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