-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
33 lines (23 loc) · 896 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
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="scripts/input_and_after.js"></script>
<script src="scripts/element_creater.js"></script>
<script src="scripts/audio_handler.js"></script>
<script src="scripts/FFT-related.js"></script>
<script src="scripts/LPC.js"></script>
<script src="scripts/cepstrum.js"></script>
<script src="scripts/waveform.js"></script>
<script src="scripts/spectrum.js"></script>
<title>audio input test</title>
<link rel="stylesheet" type="text/css" href="styles/interface_style.css" />
</head>
<body>
<div class="input_div" id="input_div_0">
<p id="input_file">Drag your audio file here </p>
</div>
</body>
</html>