Skip to content

Instantly share code, notes, and snippets.

@ozelfatih
Created February 6, 2017 16:33
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 ozelfatih/147d3298748a256aad630d13f2822b40 to your computer and use it in GitHub Desktop.
Save ozelfatih/147d3298748a256aad630d13f2822b40 to your computer and use it in GitHub Desktop.
function onClickPause() {
if(synth.speaking && !synth.paused){ /* pause narration */
synth.pause();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment