true final
[asr1617.git] / pres / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Singing voice detection in Death Metal music</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
6 <style type="text/css">
7 @import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
8 @import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
9 @import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
10
11 body {
12 font-family: 'Droid Serif';
13 }
14
15 h1, h2, h3 {
16 font-family: 'Droid Serif';
17 font-weight: normal;
18 }
19
20 .remark-code, .remark-inline-code {
21 font-family: 'Ubuntu Mono';
22 }
23 </style>
24 </head>
25 <body>
26 <textarea id="source">
27
28 class: center, middle
29
30 # Singing voice detection in Death Metal music
31
32 ---
33
34 # Table of contents
35
36 1. Singing voice detection
37 2. Death metal
38 3. Methods
39 4. Results
40
41 ---
42
43 # Singing voice detection
44
45 ---
46
47 # Death metal
48
49 ### Cannibal Corpse
50 <audio controls>
51 <source src="../../asr1617data/wav/05.wav" type="audio/wav">
52 </audio>
53
54 ### Disgorge
55 <audio controls>
56 <source src="../../asr1617data/wav/13.wav" type="audio/wav">
57 </audio>
58
59 ---
60
61 # Methods
62
63 ---
64
65 # Results
66
67 </textarea>
68 <script src="remark.min.js" type="text/javascript">
69 </script>
70 <script type="text/javascript">
71 var slideshow = remark.create();
72 </script>
73 </body>
74 </html>