-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (32 loc) · 1.6 KB
/
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
30
31
32
33
34
35
36
37
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Selected WebAudio Demos</title>
</head>
<body>
<h1>Selected WebAudio Demos</h1>
Some selected webaudio demos. These were taken from the <a
href="http://googlechrome.github.io/web-audio-samples/samples/audio/index.html">Web Audio Demos</a>
page and probably modified in some way for our testing here.
<ul>
<li><a href="shiny-drum-machine.html">shiny-drum-machine.html. Uses the equal-power panner instead
of the default HRTF panner.</a></li>
<li><a href="granular.html">granular.html. Uses the equal-power panner instead
of the default HRTF panner.</a></li>
<li><a href="box2d-js/box2d-audio.html">box2d-audio.html. Uses the equal-power panner instead
of the default HRTF panner.</a></li>
<li> <a href="mag-phase.html">Demo for magnitude-phase plots for various biquad
filters.</a></li>
<li> <a href="simple-equal-power.html">Simple Doppler demo, using the equal-power panner</a></li>
<li> <a href="simple-hrtf.html">Simple Doppler demo, using the default (HRTF) panner</a></li>
<li> <a href="simple-doppler.html">Simple Doppler demo, selectable panning and distance model</a></li>
<li> <a href="doppler-no-conv.html">Dopper shift demo, with convolver removed</a></li>
<li> <a href="doppler.html">Full Doppler shift demo, with touch to start for iOS</a></li>
</ul>
<hr>
<!-- Created: Wed Mar 6 13:52:57 PST 2013 -->
<!-- hhmts start -->
Last modified: Tue Sep 23 13:37:22 PDT 2014
<!-- hhmts end -->
</body>
</html>