Skip to content

Commit

Permalink
Fix displaying audio files (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Oct 17, 2023
1 parent 2168686 commit 1c30e6c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file added docs/source/_static/vits-ljs/armstrong.wav
Binary file not shown.
Binary file added docs/source/_static/vits-ljs/liliana.wav
Binary file not shown.
16 changes: 8 additions & 8 deletions docs/source/onnx/tts/pretrained_models/vits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ After running, it will generate a file ``liliana.wav`` in the current directory.
<td>liliana.wav</td>
<td>
<audio title="Generated ./liliana.wav" controls="controls">
<source src="/_static/vits-ljs/liliana.wav" type="audio/wav">
<source src="/sherpa/_static/vits-ljs/liliana.wav" type="audio/wav">
Your browser does not support the <code>audio</code> element.
</audio>
</td>
Expand Down Expand Up @@ -131,7 +131,7 @@ After running, it will generate a file ``armstrong.wav`` in the current director
<td>armstrong.wav</td>
<td>
<audio title="Generated ./armstrong.wav" controls="controls">
<source src="/_static/vits-ljs/armstrong.wav" type="audio/wav">
<source src="/sherpa/_static/vits-ljs/armstrong.wav" type="audio/wav">
Your browser does not support the <code>audio</code> element.
</audio>
</td>
Expand Down Expand Up @@ -228,7 +228,7 @@ It will generate 3 files: ``kennedy-0.wav``, ``kennedy-10.wav``, and ``kennedy-1
<td>kennedy-0.wav</td>
<td>
<audio title="Generated ./kennedy-0.wav" controls="controls">
<source src="/_static/vits-vctk/kennedy-0.wav" type="audio/wav">
<source src="/sherpa/_static/vits-vctk/kennedy-0.wav" type="audio/wav">
Your browser does not support the <code>audio</code> element.
</audio>
</td>
Expand All @@ -240,7 +240,7 @@ It will generate 3 files: ``kennedy-0.wav``, ``kennedy-10.wav``, and ``kennedy-1
<td>kennedy-10.wav</td>
<td>
<audio title="Generated ./kennedy-10.wav" controls="controls">
<source src="/_static/vits-vctk/kennedy-10.wav" type="audio/wav">
<source src="/sherpa/_static/vits-vctk/kennedy-10.wav" type="audio/wav">
Your browser does not support the <code>audio</code> element.
</audio>
</td>
Expand All @@ -252,7 +252,7 @@ It will generate 3 files: ``kennedy-0.wav``, ``kennedy-10.wav``, and ``kennedy-1
<td>kennedy-108.wav</td>
<td>
<audio title="Generated ./kennedy-108.wav" controls="controls">
<source src="/_static/vits-vctk/kennedy-108.wav" type="audio/wav">
<source src="/sherpa/_static/vits-vctk/kennedy-108.wav" type="audio/wav">
Your browser does not support the <code>audio</code> element.
</audio>
</td>
Expand Down Expand Up @@ -309,7 +309,7 @@ It will generate 3 files: ``einstein-30.wav``, ``franklin-66.wav``, and ``martin
<td>einstein-30.wav</td>
<td>
<audio title="Generated ./einstein-30.wav" controls="controls">
<source src="/_static/vits-vctk/einstein-30.wav" type="audio/wav">
<source src="/sherpa/_static/vits-vctk/einstein-30.wav" type="audio/wav">
Your browser does not support the <code>audio</code> element.
</audio>
</td>
Expand All @@ -321,7 +321,7 @@ It will generate 3 files: ``einstein-30.wav``, ``franklin-66.wav``, and ``martin
<td>franklin-66.wav</td>
<td>
<audio title="Generated ./franklin-66.wav" controls="controls">
<source src="/_static/vits-vctk/franklin-66.wav" type="audio/wav">
<source src="/sherpa/_static/vits-vctk/franklin-66.wav" type="audio/wav">
Your browser does not support the <code>audio</code> element.
</audio>
</td>
Expand All @@ -333,7 +333,7 @@ It will generate 3 files: ``einstein-30.wav``, ``franklin-66.wav``, and ``martin
<td>martin-99.wav</td>
<td>
<audio title="Generated ./martin-99.wav" controls="controls">
<source src="/_static/vits-vctk/martin-99.wav" type="audio/wav">
<source src="/sherpa/_static/vits-vctk/martin-99.wav" type="audio/wav">
Your browser does not support the <code>audio</code> element.
</audio>
</td>
Expand Down

0 comments on commit 1c30e6c

Please sign in to comment.