-
Notifications
You must be signed in to change notification settings - Fork 2
/
demo.html
31 lines (27 loc) · 835 Bytes
/
demo.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
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>webaudio-analyzer Demo</title>
<script src="../webcomponentsjs/webcomponents.min.js"></script>
<link rel="import" href="webaudio-analyzer.html">
<style>
body {
font-family: sans-serif, arial;
}
xmp {
border: 1px solid #e5e5e5;
}
</style>
</head>
<body unresolved>
<p>A `webaudio-analyzer` looks like this:</p>
<p>
code:
<xmp>
<webaudio-analyzer src="https://archive.org/download/mmw2004-01-23-Aoyama-Round-Theatre/mmw-Set01-Track03.ogg"></webaudio-analyzer>
</xmp>
</p>
<webaudio-analyzer src="https://archive.org/download/mmw2004-01-23-Aoyama-Round-Theatre/mmw-Set01-Track03.ogg" ></webaudio-analyzer>
</body>
</html>