-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
29 lines (28 loc) · 982 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Web Audio Examples</title>
<link href="css/audio.css" rel="stylesheet" />
</head>
<body>
<div>
<span class="title">Web Audio Examples</span>
</div>
<div>
<ol>
<li><a href="hearing.html">Hearing Test</a></li>
<li><a href="additive.html">Additive Synthesis</a></li>
<li><a href="subtractive.html">Subtractive Synthesis</a></li>
<li><a href="envelope.html">Envelope</a></li>
<li><a href="keyboard.html">Keyboard</a></li>
<li><a href="fm.html">Vibrato and FM Synthesis</a></li>
<li><a href="formant.html">Vowel Formants</a></li>
<li><a href="noise.html">Noise</a></li>
<li><a href="button.html">Button Click</a></li>
<li><a href="loop.html">Looping</a></li>
<li><a href="microphone.html">Microphone</a></li>
</ol>
</div>
</body>
</html>