Fix the display of audio samples
This commit is contained in:
parent
22cf0b82e8
commit
dcfac429d0
33
README.md
33
README.md
|
@ -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
|
||||||
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>
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
Reference in New Issue