Skip to content

Commit 5d5f450

Browse files
authored
Add forced alignment tutorial (#1731)
* Add forced alignment tutorial * Update thumbnail * remove unused import * Update thumbnail
1 parent 1be495d commit 5d5f450

File tree

3 files changed

+456
-0
lines changed

3 files changed

+456
-0
lines changed
Loading

index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,13 @@ Welcome to PyTorch Tutorials
186186
:link: intermediate/text_to_speech_with_torchaudio.html
187187
:tags: Audio
188188

189+
.. customcarditem::
190+
:header: Forced Alignment with Wav2Vec2 in torchaudio
191+
:card_description: Learn how to use torchaudio's Wav2Vec2 pretrained models for aligning text to speech
192+
:image: _static/img/thumbnails/cropped/torchaudio-alignment.png
193+
:link: intermediate/forced_alignment_with_torchaudio_tutorial.html
194+
:tags: Audio
195+
189196
.. Text
190197
191198
.. customcarditem::
@@ -665,6 +672,7 @@ Additional Resources
665672
intermediate/speech_recognition_pipeline_tutorial
666673
intermediate/speech_command_recognition_with_torchaudio_tutorial
667674
intermediate/text_to_speech_with_torchaudio
675+
intermediate/forced_alignment_with_torchaudio_tutorial
668676

669677
.. toctree::
670678
:maxdepth: 2

0 commit comments

Comments
 (0)