forked from ThirstyHead/make-your-web-app-talk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (17 loc) · 686 Bytes
/
index.html
File metadata and controls
18 lines (17 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Training: Make Your Web App Talk</title>
</head>
<body>
<h1>Training: Make Your Web App Talk</h1>
<p>In this workshop, we'll explore the built-in speech capabilities of the modern browser. We'll discuss a11y (Accessibility), Speech Synthesis (TTS, or Text-to-Speech), and Speech Recognition.</p>
<ul>
<li><a href="html/">HTML and A11y</a></li>
<li><a href="speech-synthesis">Speech Synthesis</a></li>
<li><a href="ssml">SSML (Simple Speech Markup Language)</a></li>
<li><a href="speech-recognition">Speech Recognition</a></li>
</ul>
</body>
</html>