Skip to content

Instantly share code, notes, and snippets.

@silvolu
Created December 6, 2017 19:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silvolu/63074e8fac76c615746f534f59f28e5f to your computer and use it in GitHub Desktop.
Save silvolu/63074e8fac76c615746f534f59f28e5f to your computer and use it in GitHub Desktop.
Second example of SSML media element.
<speak>
<par>
<media xml:id='question'>
<speak>
When was Wikipedia launched? <break time='5s'/>
Was it 2000?<break time='2s'/>
Or 2001 <break time='2s'/>
Or 2002? <break time='2s'/>
What is your answer?<break time='5s'/>
<emphasis level="moderate">It was 2001!</emphasis>
Wikipedia was launched on 15 January 2001, two days after the domain was registered by Jimmy Wales and Larry Sanger.
</speak>
</media>
<media repeatDur='60s' soundLevel="-15dB" end='question.end+0s'>
<audio src="https://storage.googleapis.com/aogssml/background_music_loop.ogg"/>
</media>
</par>
</speak>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment