提交 dcfac429 编写于 作者: Y Yibing Liu

Fix the display of audio samples

上级 22cf0b82
...@@ -60,14 +60,10 @@ nltk.download("punkt") ...@@ -60,14 +60,10 @@ nltk.download("punkt")
nltk.download("cmudict") nltk.download("cmudict")
``` ```
## Examples ## Examples
Entries to the introduction, and the launch of training and synthsis for different example models: Entries to the introduction, and the launch of training and synthsis for different example models:
- [>>> WaveFlow](./examples/waveflow) - [>>> WaveFlow](./examples/waveflow)
- [>>> Clarinet](./examples/clarinet) - [>>> Clarinet](./examples/clarinet)
- [>>> WaveNet](./examples/wavenet) - [>>> WaveNet](./examples/wavenet)
...@@ -99,21 +95,20 @@ Parakeet also releases some well-trained parameters for the example models, whic ...@@ -99,21 +95,20 @@ Parakeet also releases some well-trained parameters for the example models, whic
To be added soon To be added soon
</th> </th>
<th> <th>
<audio id="audio" controls="" preload="none"> <a href="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_0.wav">
<source src="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_0.wav"> <img src="images/audio_icon.png" width=250 /></a><br>
</audio> <br>
<audio id="audio" controls="" preload="none"> <a href="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_1.wav">
<source src="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_1.wav"> <img src="images/audio_icon.png" width=250 /></a><br>
</audio><br>
<audio id="audio" controls="" preload="none"> <a href="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_2.wav">
<source id="mp3" src="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_2.wav"> <img src="images/audio_icon.png" width=250 /></a><br>
</audio><br>
<audio id="audio" controls="" preload="none"> <a href="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_3.wav">
<source id="mp3" src="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_3.wav"> <img src="images/audio_icon.png" width=250 /></a><br>
</audio><br>
<audio id="audio" controls="" preload="none"> <a href="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_4.wav">
<source id="mp3" src="https://paddlespeech.bj.bcebos.com/Parakeet/clarinet_ljspeech_samples_1.0/step_500000_sentence_4.wav"> <img src="images/audio_icon.png" width=250 /></a>
</audio>
</th> </th>
</tr> </tr>
</tbody> </tbody>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册