-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 863f2dc
Showing
2 changed files
with
181 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
<html> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Emotion-Conditioned Music Generation Incorporating an Auxiliary Discriminator</title> | ||
<link rel="stylesheet" type="text/css" href="stylesheet.css"/> | ||
<!-- <link rel="shortcut icon" href="../../imgs/talk.png"> --> | ||
</head> | ||
<body> | ||
<article> | ||
<header> | ||
<h1>Emotion-Conditioned Music Generation Incorporating an Auxiliary Discriminator</h1> | ||
</header> | ||
</article> | ||
|
||
<div><b>Paper:</b> Emotion-Conditioned Music Generation Incorporating an Auxiliary Discriminator </div> | ||
<div><b>Authors:</b> Te Zeng </div> | ||
|
||
<br> | ||
|
||
<div style="width: 80%"> | ||
<h2>Generation Samples</h2> | ||
<p> To evaluate the ability of proposed model to generate emotional consistent music, we conduct experiments | ||
on EMOPIA. Here are music pieces generated by our proposed method and baselines in this experiment. </p> | ||
|
||
<h4> Original: Q1 </h4> | ||
<p>Conditioned on Q1</p> | ||
|
||
<audio controls="controls"> | ||
<source src="../samples/id0_Q1.mp3" autoplay="">Your browser does not support the audio element. | ||
</audio> | ||
<p>Conditioned on Q2</p> | ||
<audio controls="controls"> | ||
<source src="../samples/id0_Q2.mp3" autoplay="">Your browser does not support the audio element. | ||
</audio> | ||
<p>Conditioned on Q3</p> | ||
<audio controls="controls"> | ||
<source src="../samples/id0_Q3.mp3" autoplay="">Your browser does not support the audio element. | ||
</audio> | ||
<p>Conditioned on Q4</p> | ||
<audio controls="controls"> | ||
<source src="../samples/id0_Q4.mp3" autoplay="">Your browser does not support the audio element. | ||
</audio> | ||
<h4> Original: Q2 </h4> | ||
<p>Conditioned on Q1</p> | ||
<audio controls="controls"> | ||
<source src="../samples/id36_Q1.mp3" autoplay="">Your browser does not support the audio element. | ||
</audio> | ||
<p>Conditioned on Q2</p> | ||
<audio controls="controls"> | ||
<source src="../samples/id36_Q2.mp3" autoplay="">Your browser does not support the audio element. | ||
</audio> | ||
<p>Conditioned on Q3</p> | ||
<audio controls="controls"> | ||
<source src="../samples/id36_Q3.mp3" autoplay="">Your browser does not support the audio element. | ||
</audio> | ||
<p>Conditioned on Q4</p> | ||
<audio controls="controls"> | ||
<source src="../samples/id36_Q4.mp3" autoplay="">Your browser does not support the audio element. | ||
</audio> | ||
<h4> Original: Q3 </h4> | ||
<p>Conditioned on Q1</p> | ||
<audio controls="controls"> | ||
<source src="../samples/id78_Q1.mp3" autoplay="">Your browser does not support the audio element. | ||
</audio> | ||
<p>Conditioned on Q2</p> | ||
<audio controls="controls"> | ||
<source src="../samples/id78_Q2.mp3" autoplay="">Your browser does not support the audio element. | ||
</audio> | ||
<p>Conditioned on Q3</p> | ||
<audio controls="controls"> | ||
<source src="../samples/id78_Q3.mp3" autoplay="">Your browser does not support the audio element. | ||
</audio> | ||
<p>Conditioned on Q4</p> | ||
<audio controls="controls"> | ||
<source src="../samples/id78_Q4.mp3" autoplay="">Your browser does not support the audio element. | ||
</audio> | ||
<h4> Original: Q4 </h4> | ||
<p>Conditioned on Q1</p> | ||
<audio controls="controls"> | ||
<source src="../samples/id89_Q1.mp3" autoplay="">Your browser does not support the audio element. | ||
</audio> | ||
<p>Conditioned on Q2</p> | ||
<audio controls="controls"> | ||
<source src="../samples/id89_Q2.mp3" autoplay="">Your browser does not support the audio element. | ||
</audio> | ||
<p>Conditioned on Q3</p> | ||
<audio controls="controls"> | ||
<source src="../samples/id89_Q3.mp3" autoplay="">Your browser does not support the audio element. | ||
</audio> | ||
<p>Conditioned on Q4</p> | ||
<audio controls="controls"> | ||
<source src="../samples/id89_Q4.mp3" autoplay="">Your browser does not support the audio element. | ||
</audio> | ||
|
||
</div> | ||
|
||
<div><a href="../../index.html">[Back to top]</a> </div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700'); | ||
body { | ||
font-family: 'Roboto', Arial, sans-serif; | ||
} | ||
.paper_title { | ||
font-style: italic; | ||
font-size: 200pt; | ||
font-weight: bold; | ||
} | ||
.paper_date { | ||
font-weight: bold; | ||
} | ||
#toc_container { | ||
background: #d8bbbb none repeat scroll 0 0; | ||
border: 1px solid #aaa; | ||
display: table; | ||
font-size: 95%; | ||
padding-top: 20px; | ||
padding-left: 20px; | ||
padding-right: 20px; | ||
padding-bottom: 8px; | ||
width: auto; | ||
} | ||
|
||
ß | ||
.toc_title { | ||
font-weight: 700; | ||
font-size: 18pt; | ||
text-align: left; | ||
} | ||
#toc_container ul { | ||
list-style: outside none none !important; margin-left: -40px; | ||
} | ||
.h2_explainer { | ||
margin-bottom: 2px; | ||
} | ||
h3 { | ||
margin-bottom: 2px; | ||
} | ||
.h3_explainer { | ||
padding-bottom: 10px; | ||
padding-top: 5px; | ||
} | ||
.transcript { | ||
font-style: italic; | ||
} | ||
.text_e2e { | ||
font-style: italic; | ||
color: #666666; | ||
font-size: 11pt; | ||
} | ||
|
||
/* padding causes text to overlap buttons on e2e page */ | ||
.text_gst { | ||
font-style: italic; | ||
color: #666666; | ||
font-size: 11pt; | ||
padding-bottom: 10px; | ||
padding-top: 15px; | ||
} | ||
|
||
/* for e2e page */ | ||
td.reference { | ||
text-wrap: overflow; | ||
min-width: 500px; | ||
max-width: 500px; | ||
} | ||
td.reference button { | ||
margin-left: 10px; | ||
} | ||
td.algorithm { | ||
text-align: right; | ||
} | ||
#player { | ||
position: fixed; | ||
top: 0; | ||
right: 0; | ||
} | ||
td.synthesis { | ||
text-align:center; | ||
} | ||
|