Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am runthebot on github.
* I am runthebot (https://keybase.io/runthebot) on keybase.
* I have a public key ASC9Oh8cG2pt29aMxOAFmroQlvBydEzbsSrs7DBCYbspWQo
To claim this, I am signing this object:
@RunTheBot
RunTheBot / index.html
Created April 3, 2021 23:32
Web Speech Synthesis Demo
<div id="page-wrapper">
<h1>Web Speech Synthesis Demo</h1>
<p id="msg"></p>
<input type="text" name="speech-msg" id="speech-msg" x-webkit-speech>
<div class="option">
<label for="voice">Voice</label>
<select name="voice" id="voice"></select>
@RunTheBot
RunTheBot / index.html
Created April 3, 2021 23:27
Web Speech Synthesis Demo
<div id="page-wrapper">
<h1>Web Speech Synthesis Demo</h1>
<p id="msg"></p>
<input type="text" name="speech-msg" id="speech-msg" x-webkit-speech>
<div class="option">
<label for="voice">Voice</label>
<select name="voice" id="voice"></select>