Skip to content

Commit

Permalink
Merge pull request #676 from bellongyan/master
Browse files Browse the repository at this point in the history
Fix audio link error
  • Loading branch information
jiangzhonglian authored Apr 29, 2024
2 parents 3b620a1 + e2cb2d7 commit b18d325
Show file tree
Hide file tree
Showing 22 changed files with 61 additions and 81 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
127 changes: 54 additions & 73 deletions docs/2.0/tutorials/beginner/audio_data_augmentation_tutorial.md

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions docs/2.0/tutorials/beginner/audio_io_tutorial.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/2.0/tutorials/beginner/audio_resampling_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Audio(waveform.numpy()[0], rate=sample_rate)

<img src="https://pytorch.org/audio/stable/_images/sphx_glr_audio_resampling_tutorial_001.png" srcset="https://pytorch.org/audio/stable/_images/sphx_glr_audio_resampling_tutorial_001.png" alt="Original Waveform (sample rate: 48000 Hz)" class="sphx-glr-single-img" width=661 height=331>

<audio controls="controls" src="./audio/resampling_audio_01.wav">
<audio controls="controls" src="https://github.com/apachecn/pytorch-doc-zh/raw/master/docs/2.0/tutorials/beginner/audio/resampling_audio_01.wav">
Your browser does not support the audio element.
</audio>

Expand All @@ -159,7 +159,7 @@ Audio(resampled_waveform.numpy()[0], rate=resample_rate)

<img src="https://pytorch.org/audio/stable/_images/sphx_glr_audio_resampling_tutorial_002.png" srcset="https://pytorch.org/audio/stable/_images/sphx_glr_audio_resampling_tutorial_002.png" alt="Original Waveform (sample rate: 48000 Hz)" class="sphx-glr-single-img" width=661 height=331>

<audio controls="controls" src="./audio/resampling_audio_02.wav">
<audio controls="controls" src="https://github.com/apachecn/pytorch-doc-zh/raw/master/docs/2.0/tutorials/beginner/audio/resampling_audio_02.wav">
Your browser does not support the audio element.
</audio>

Expand Down

0 comments on commit b18d325

Please sign in to comment.