-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathagent.html
More file actions
23 lines (22 loc) · 805 Bytes
/
Copy pathagent.html
File metadata and controls
23 lines (22 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>3D Audio Agent — Background</title>
<link
rel="stylesheet"
href="https://masumhasan.github.io/plugins/css/voiceagent.css"
/>
</head>
<body>
<div id="audioapp">
<canvas id="background"></canvas>
</div>
<!-- libs -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/100/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/simplex-noise/2.4.0/simplex-noise.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/chroma-js/2.0.3/chroma.min.js"></script>
<script src="https://masumhasan.github.io/plugins/js/voiceagent.js"></script>
<!-- app -->
</body>
</html>