mimic2/samples/index.html

37 lines
1.3 KiB
HTML

<html>
<title>Samples of Mimic2</title>
<style>
body {
padding: 16px;
font-family: sans-serif;
font-size: 14px;
color: #444
}
p {
padding: 12px
}
</style>
<body>
<h3>Samples from Mimic2 based on google's <a href="https://arxiv.org/abs/1703.10135">tacotron</a>. See the code at the github <a href="https://github.com/MycroftAI/mimic2">repo.</a></h3>
<p>This model was trained on 16 hours of an english male speaker. These samples were non training samples.</p>
<div>
<p><b>"There's a way to measure the acute emotional intelligene that has never gone out of style."</b></p>
<audio src="1.wav" controls></audio>
</div>
<div>
<p><b>"It took me quite a long time to develop a voice, and now that I have it I'm not going to remain silent."</b></p>
<audio src="2.wav" controls></audio>
</div>
<div>
<p><b>"The human voice is the most perfect instrument of all."</b></p>
<audio src="3.wav" controls></audio>
</div>
<div>
<p><b>"I'm sorry Dave, I'm afraid I can't do that."</b></p>
<audio src="4.wav" controls></audio>
</div>
</body>
</html>