Update index.html
Browse files- index.html +9 -0
index.html
CHANGED
@@ -81,6 +81,15 @@
|
|
81 |
<p>在这里你可以播放四条论文语音并进行对比。</p>
|
82 |
<p>你可以在这里添加更多描述。</p>
|
83 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
84 |
</body>
|
85 |
</html>
|
86 |
|
|
|
81 |
<p>在这里你可以播放四条论文语音并进行对比。</p>
|
82 |
<p>你可以在这里添加更多描述。</p>
|
83 |
</div>
|
84 |
+
<h1>DiffSInger合成效果展示</h1>
|
85 |
+
<div class="audio-container">
|
86 |
+
<div class="audio-player">
|
87 |
+
<audio controls>
|
88 |
+
<source src="voice1/00_我多想再见啊.wav.wav" type="audio/mpeg">
|
89 |
+
Your browser does not support the audio element.
|
90 |
+
</audio>
|
91 |
+
<p>歌曲《我多想再见啊》</p>
|
92 |
+
</div>
|
93 |
</body>
|
94 |
</html>
|
95 |
|