Created
July 29, 2017 20:31
-
-
Save mandnyc/0c3bb7619eeb5ceb102f97d4aa0bbf70 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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