Skip to content

Instantly share code, notes, and snippets.

@mandnyc
Created July 29, 2017 20:31
Show Gist options
  • Select an option

  • Save mandnyc/0c3bb7619eeb5ceb102f97d4aa0bbf70 to your computer and use it in GitHub Desktop.

Select an option

Save mandnyc/0c3bb7619eeb5ceb102f97d4aa0bbf70 to your computer and use it in GitHub Desktop.
var Speech = require("ssml-builder");
var speech = new Speech();
speech.say("It's a 54 degrees outside. So Mandy, ")
.pause("200ms")
.say("dress warm and don't forget to bring an umbrella since it's raining");
var ssml = speech.ssml();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment