-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
30 lines (30 loc) · 1.06 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf8">
<title>About Speech to TCP</title>
<style type="text/css">
p, input, select, textarea, label, button {
font-size: 150%;
}
</style>
<script type="text/javascript" src="stop.js"></script>
</head>
<body>
<CENTER><h1>Speech to TCP.</h1></CENTER>
<p>Packaged chrome app for sending spoken text to a TCP port.</p>
<p>Can be used in the YARP robotic platform.</p>
<p>Can be used to communicate with the ANNABELL cognitive architecture.</p>
<p>by <a href="http://www.neuralsystems.net/~golosio/" target="_blank">Bruno Golosio</a><br>
email: [email protected] Feb 2016</p>
<p>speech.js by <a href="https://jhermsmeier.de" target="_blank">Jonas Hermsmeier</a><br>
Github handle: @jhermsmeier <br>
based on
<a href="https://dvcs.w3.org/hg/speech-api/raw-file/9a0075d25326/speechapi.html" target="_blank">Web Speech API specification</a></p>
<br>
<br>
<form>
<button id="stopId">Ok</button>
</form>
</body>
</html>