forked from vbguyny/ws4kp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
speech1.html
30 lines (24 loc) · 1012 Bytes
/
speech1.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 lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="height=580, initial-scale=1"/>
<link rel="stylesheet" type="text/css" href="Styles/speech1.css?v=1">
<script type="text/javascript" src="Scripts/jquery-3.1.0.min.js"></script>
<script type="text/javascript" src="Scripts/speech1.js?v1"></script>
<title>WeatherStar 4000+ (BETA)</title>
</head>
<body>
<form id="frmSpeech">
<input type="text" id="txtText" value="Hello, World!" />
<input type="submit" id="btnSpeak" value="Speak" />
</form>
<div id="divParameters">
Volume: <input id="inputVolume" type="range" max="1" min="0" value="1" step="0.1" /><br />
Pitch: <input id="inputPitch" type="range" max="2" min="0.1" value="1" step="0.1" /><br />
Rate: <input id="inputRate" type="range" max="2" min="0" value="1" step="0.1" /><br />
</div>
<div id="divVoices">
</div>
</body>
</html>