-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
49 lines (46 loc) · 2.01 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
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>More WebAudio Demos</title>
</head>
<body>
<h1>More WebAudio Demos</h1>
<ul>
<li> This <a href="simpl/webrtc-webaudio/index.html">demo</a> is a modified version of <a
href="http://simpl.info/webrtcwebaudio">Web Audio with RTCPeerConnection<a> that demonstrates using
Web Audio with an RTC PeerConnection. One part of the demo suggests pressing a key to mix in
a short drum sound. That doesn't work so well on a touch device, so we add a button to do
that.
</li>
<li> The following are two modifications of <a href="http://simpl.info/webaudio">a WebAudio
demo using an audio tag</a>:
<ul>
<li><a href="simpl/webaudio/index.html">Audio tag using ogg and mp3 file</a>. This appears
not to work on Android because it can't decode the ogv file.</li>
<li><a href="simpl/webaudio/index-mp3.html">Audio tag using just mp3 file</a>. This seems
to work on Android, with a new ogg file. Also, sliders are added to control the filter so
you can tell if webaudio is affecting the audio. On Android (as of 2013-05-13), the audio
output is not affected by the sliders. This is a bug.</li>
</ul>
</li>
<li> <a href="biquad/biquad-lowpass-q.html">Compare biquad filters with old and new forumulas</a>
</li>
<li> <a href="filter-design/filter-design.html">Digital filter design using analog filters</a>
</li>
<li>
<a href="biquad/biquad-coef.html">
Display biquad filter coefficients for the BiquadFilterNode</a>
</li>
<li>
<a href="mag-phase/mag-phase.html">
WebAudio demo for mag/phase response of BiquadFilterNode</a>
</li>
</ul>
<hr>
<address><a href="mailto:rtoy@google.com">Raymond Toy</a></address>
<!-- Created: Tue May 7 13:52:51 PDT 2013 -->
<!-- hhmts start -->
Last modified: Thu Jul 30 19:36:49 PDT 2020
<!-- hhmts end -->
</body>
</html>