edited index.html

test
Michael Nguyen 2018-09-18 11:42:48 -05:00
parent 4d170e5848
commit 9b46ddcb0b
1 changed files with 5 additions and 5 deletions

View File

@ -14,22 +14,22 @@
</style>
<body>
<h3>Samples from Mimic2 based on google's <a href="https://arxiv.org/abs/1703.10135">tacotron</a>.</h3>
<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>"There's a way to measure the acute emotional intelligene that has never gone out of style."</p>
<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>"It took me quite a long time to develop a voice, and now that I have it I'm not going to remain silent."</p>
<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>"The human voice is the most perfect instrument of all."</p>
<p><b>"The human voice is the most perfect instrument of all."</b></p>
<audio src="3.wav" controls></audio>
</div>
<div>
<p>"I'm sorry Dave, I'm afraid I can't do that."</p>
<p><b>"I'm sorry Dave, I'm afraid I can't do that."</b></p>
<audio src="4.wav" controls></audio>
</div>
</body>