-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
163 lines (150 loc) Β· 6.28 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html>
<title>Audio Convolution Tests</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", sans-serif}
</style>
<body class="w3-light-grey w3-content" style="max-width:1600px">
<!-- Sidebar/menu -->
<nav class="w3-sidebar w3-collapse w3-white w3-animate-left" style="z-index:3;width:300px;" id="mySidebar"><br>
<div class="w3-container">
<a href="#" onclick="w3_close()" class="w3-hide-large w3-right w3-jumbo w3-padding w3-hover-grey" title="close menu">
<i class="fa fa-remove"></i>
</a>
<h4><b>Audio Convolution Tests</b></h4>
<p class="w3-text-grey">Template by W3.CSS</p>
</div>
<div class="w3-bar-block">
<a href="#portfolio" onclick="w3_close()" class="w3-bar-item w3-button w3-padding w3-text-teal"><i class="fa fa-th-large fa-fw w3-margin-right"></i>EFFECTS</a>
<a href="#about" onclick="w3_close()" class="w3-bar-item w3-button w3-padding"><i class="fa fa-user fa-fw w3-margin-right"></i>ABOUT</a>
</div>
</nav>
<!-- Overlay effect when opening sidebar on small screens -->
<div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" style="cursor:pointer" title="close side menu" id="myOverlay"></div>
<!-- !PAGE CONTENT! -->
<div class="w3-main" style="margin-left:300px">
<!-- Header -->
<header id="portfolio">
<a href="#"><img src="/w3images/avatar_g2.jpg" style="width:65px;" class="w3-circle w3-right w3-margin w3-hide-large w3-hover-opacity"></a>
<span class="w3-button w3-hide-large w3-xxlarge w3-hover-text-grey" onclick="w3_open()"><i class="fa fa-bars"></i></span>
<div class="w3-container">
<h1><b>Results</b></h1>
<div class="w3-section w3-bottombar w3-padding-16" style="position: relative">
<span class="w3-margin-right">Sound:</span>
<button class="w3-button w3-black">Please Open The Door </button>
<audio controls style="position: absolute; top: 5px;">
<source src="samples/Please_Open_The_Door_Loud.wav" type="audio/wav">
Your browser does not support the audio element.
</audio>
</div>
</div>
</header>
<!-- First Photo Grid-->
<div class="w3-row-padding">
<div class="w3-third w3-container w3-margin-bottom">
<img src="impulses/ChurchSchellingwoude/Schellingwoude_ext.jpg" alt="ChurchSchellingwoude" style="width:100%" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>ChurchSchellingwoude</b></p>
<p>
<audio controls>
<source src="output/in_church.wav" type="audio/wav">
Your browser does not support the audio element.
</audio>
</p>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<img src="impulses/Dustbin_1/dustbin1.jpg" alt="Dustbin" style="width:100%" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>Dustbin</b></p>
<p>
<audio controls>
<source src="output/in_dustbin.wav" type="audio/wav">
Your browser does not support the audio element.
</audio>
</p>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<img src="impulses/Iron_bath/Bath-2.jpg" alt="Iron_bath" style="width:100%" class="w3-hover-opacity">
<div class="w3-container w3-white">
<p><b>Iron bath</b></p>
<p>
<audio controls>
<source src="output/in_iron_bath.wav" type="audio/wav">
Your browser does not support the audio element.
</audio>
</p>
</div>
</div>
</div>
<!-- Second Photo Grid-->
<div class="w3-row-padding">
<div class="w3-third w3-container">
<div class="w3-center">
<img src="impulses/Djembe/Djembe.jpg" alt="Djembe" style="height: 290px" class="w3-hover-opacity">
</div>
<div class="w3-container w3-white">
<p><b>Djembe</b></p>
<p>
<audio controls>
<source src="output/in_djembe.wav" type="audio/wav">
Your browser does not support the audio element.
</audio>
</p>
</div>
</div>
<div class="w3-third w3-container w3-margin-bottom">
<div class="w3-center">
<img src="impulses/Coalhod/1.Coalhod.jpg" alt="Coalhod" style="height: 290px" class="w3-hover-opacity">
</div>
<div class="w3-container w3-white">
<p><b>Coalhod</b></p>
<p>
<audio controls>
<source src="output/in_coalhod.wav" type="audio/wav">
Your browser does not support the audio element.
</audio>
</p>
</div>
</div>
<div class="w3-third w3-container">
<div class="w3-center">
<img src="impulses/Walkman_thin/Walkman.jpg" alt="Walkman_thin" style="height: 290px" class="w3-hover-opacity">
</div>
<div class="w3-container w3-white">
<p><b>Walkman</b></p>
<p>
<audio controls>
<source src="output/in_walkman.wav" type="audio/wav">
Your browser does not support the audio element.
</audio>
</p>
</div>
</div>
</div>
<div class="w3-container w3-padding-large" style="margin-bottom:32px">
<h4><b>About</b></h4>
<p>Convolve input wav audio with an wav impulse audio. Source available at <a href="https://github.com/dhiogoboza/audio-convolution/">https://github.com/dhiogoboza/audio-convolution/</a>. Impulses extracted from <a href="https://fokkie.home.xs4all.nl/IR.htm">https://fokkie.home.xs4all.nl/IR.htm</a>.</p>
</div>
<div class="w3-black w3-center w3-padding-24">Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-opacity">w3.css</a></div>
<!-- End page content -->
</div>
<script>
// Script to open and close sidebar
function w3_open() {
document.getElementById("mySidebar").style.display = "block";
document.getElementById("myOverlay").style.display = "block";
}
function w3_close() {
document.getElementById("mySidebar").style.display = "none";
document.getElementById("myOverlay").style.display = "none";
}
</script>
</body>
</html>