Skip to content

Commit 4a0bbd0

Browse files
Remove online asr tutorial (#3984)
* Remove online asr tutorial * Remove other online asr tutorials * Remove references to asr tutorials --------- Co-authored-by: Sam Anklesaria <[email protected]>
1 parent 3a14cd2 commit 4a0bbd0

File tree

4 files changed

+0
-981
lines changed

4 files changed

+0
-981
lines changed

docs/source/index.rst

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ model implementations and application components.
7171
tutorials/speech_recognition_pipeline_tutorial
7272
tutorials/asr_inference_with_ctc_decoder_tutorial
7373
tutorials/asr_inference_with_cuda_ctc_decoder_tutorial
74-
tutorials/online_asr_tutorial
75-
tutorials/device_asr
76-
tutorials/device_avsr
7774
tutorials/forced_alignment_tutorial
7875
tutorials/forced_alignment_for_multilingual_data_tutorial
7976
tutorials/tacotron2_pipeline_tutorial
@@ -164,13 +161,6 @@ Tutorials
164161
:link: tutorials/asr_inference_with_cuda_ctc_decoder_tutorial.html
165162
:tags: Pipelines,ASR,CTC-Decoder,CUDA-CTC-Decoder
166163

167-
.. customcarditem::
168-
:header: On device audio-visual automatic speech recognition
169-
:card_description: Learn how to stream audio and video from laptop webcam and perform audio-visual automatic speech recognition using Emformer-RNNT model.
170-
:image: https://download.pytorch.org/torchaudio/doc-assets/avsr/transformed.gif
171-
:link: tutorials/device_avsr.html
172-
:tags: I/O,Pipelines,RNNT
173-
174164
.. customcarditem::
175165
:header: CTC Forced Alignment API
176166
:card_description: Learn how to use TorchAudio's CTC forced alignment API (<code>torchaudio.functional.forced_align</code>).
@@ -234,20 +224,6 @@ Tutorials
234224
:link: tutorials/asr_inference_with_ctc_decoder_tutorial.html
235225
:tags: Pipelines,ASR,wav2vec2,CTC-Decoder
236226

237-
.. customcarditem::
238-
:header: Online ASR with Emformer RNN-T
239-
:card_description: Learn how to perform online ASR with Emformer RNN-T (<code>torchaudio.pipelines.RNNTBundle</code>) and <code>torchaudio.io.StreamReader</code>.
240-
:image: https://download.pytorch.org/torchaudio/tutorial-assets/thumbnails/online_asr_tutorial.gif
241-
:link: tutorials/online_asr_tutorial.html
242-
:tags: Pipelines,ASR,RNNT,StreamReader
243-
244-
.. customcarditem::
245-
:header: Real-time microphone ASR with Emformer RNN-T
246-
:card_description: Learn how to transcribe speech fomr microphone with Emformer RNN-T (<code>torchaudio.pipelines.RNNTBundle</code>) and <code>torchaudio.io.StreamReader</code>.
247-
:image: https://download.pytorch.org/torchaudio/tutorial-assets/thumbnails/device_asr.png
248-
:link: tutorials/device_asr.html
249-
:tags: Pipelines,ASR,RNNT,StreamReader
250-
251227
.. customcarditem::
252228
:header: Forced Alignment with Wav2Vec2
253229
:card_description: Learn how to align text to speech with Wav2Vec 2 (<code>torchaudio.pipelines.Wav2Vec2ASRBundle</code>).

examples/tutorials/device_asr.py

Lines changed: 0 additions & 331 deletions
This file was deleted.

0 commit comments

Comments
 (0)