Skip to content

Instantly share code, notes, and snippets.

@amiika
Created April 26, 2013 11:27
Show Gist options
  • Save amiika/5466561 to your computer and use it in GitHub Desktop.
Save amiika/5466561 to your computer and use it in GitHub Desktop.
Speech audio API test
<!DOCTYPE HTML>
<html>
<head>
<script type="text/javascript">
speechSynthesis.speak(SpeechSynthesisUtterance('Hello World'));
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment