-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 826 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (26 loc) · 826 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>ramasat projects</title>
</head>
<body>
<h1><u>Projects:</u></h1>
<h2><u>Text To Speech:</u></h2>
<ol type="1">
<li><a href="https://ramasat.github.io/text-to-speech/aria/">ARIA</a></li>
<li><a href="https://ramasat.github.io/text-to-speech/speechsynthesis/">SpeechSynthesis</a></li>
</ol>
<h2><u>Multiple Video Windows:</u></h2>
<ol type="1">
<li><a href="https://ramasat.github.io/multiwindows/">MultiWindow</a></li>
</ol>
<h2><u>WebRTC:</u></h2>
<ol type="1">
<li><a href="https://ramasat.github.io/webrtc-audio-only/">WebRTC Local Audio</a></li>
</ol>
<h2><u>IF Generator:</u></h2>
<ol type="1">
<li><a href="https://ramasat.github.io/if_def/">IF Def</a></li>
</ol>
</body>
</html>