Skip to content

Instantly share code, notes, and snippets.

@dsx0
Created September 2, 2016 12:49
Show Gist options
  • Select an option

  • Save dsx0/df931cbf442941e7d5589ecdc3306f36 to your computer and use it in GitHub Desktop.

Select an option

Save dsx0/df931cbf442941e7d5589ecdc3306f36 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>test webkit speech</title>
<script src="test.js"></script>
</head>
<body>
<textarea id="textarea" autocomplete="off" palceholder="Hit Toggle and talk" style="width: 100%; min-height:100px;"></textarea>
<br/>
<br/>
<div id="intermimDiv" style="border: 1px solid green; min-height: 20px;">
Interims:
</div>
<br/>
<div id="errorDiv" style="border: 1px solid red; min-height: 20px;">
Errors:
</div>
<br/>
<button type="button" onclick="start();">Start</button>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment