Skip to content

Instantly share code, notes, and snippets.

@silvolu
Created December 6, 2017 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silvolu/5b74f8b740e702910df82913dbe3cc90 to your computer and use it in GitHub Desktop.
Save silvolu/5b74f8b740e702910df82913dbe3cc90 to your computer and use it in GitHub Desktop.
Example of SSML <prosody>.
<speak>
Hello
<break/>
With SSML,
<prosody rate="fast">you can make speech fast.</prosody>
<prosody rate="slow">Or, make it slow.</prosody>
<prosody pitch="high">You can make it high.</prosody>
<prosody pitch="low">Or, you can make it low.</prosody>
<prosody volume="loud">You can make it loud.</prosody>
<prosody volume="soft">Or, you can make it quiet.</prosody>
<prosody rate="fast" pitch="low" volume="x-loud">Or all three things at once!</prosody>
</speak>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment