new branch windows

This commit is contained in:
Hash Borgir
2021-03-22 05:12:11 -06:00
parent b3d62294e6
commit 49003c236a
29 changed files with 807 additions and 0 deletions

20
speech-recognition.php Normal file
View File

@@ -0,0 +1,20 @@
<style type="text/css">@import url("style.css");</style>
<a href="index.php">Go back to index</a>
| <a href="<?php echo $_SERVER["REQUEST_URI"];?>">Refresh</a>
<h1>Speech recognition</h1>
You need to set the "enable-speech-input" flag in settings.json
for the speech recognition to work:
<pre>
"command_line_switches": {
"enable-speech-input": ""
},
</pre>
<p>After you've done that, restart application and visit this url:</p>
<a href="http://slides.html5rocks.com/#speech-input">
http://slides.html5rocks.com/#speech-input</a>