Skip to content

Commit f2d9eac

Browse files
Remove io tutorials (#3983)
Co-authored-by: Sam Anklesaria <[email protected]>
1 parent a1dee85 commit f2d9eac

9 files changed

+1
-4114
lines changed

docs/source/index.rst

Lines changed: 1 addition & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ model implementations and application components.
5050
:caption: API Tutorials
5151
:hidden:
5252

53-
tutorials/audio_io_tutorial
54-
tutorials/streamreader_basic_tutorial
55-
tutorials/streamreader_advanced_tutorial
56-
tutorials/streamwriter_basic_tutorial
57-
tutorials/streamwriter_advanced
58-
tutorials/nvdec_tutorial
59-
tutorials/nvenc_tutorial
60-
61-
tutorials/effector_tutorial
6253
tutorials/audio_resampling_tutorial
6354
tutorials/audio_data_augmentation_tutorial
6455
tutorials/audio_feature_extractions_tutorial
@@ -180,13 +171,6 @@ Tutorials
180171
:link: tutorials/device_avsr.html
181172
:tags: I/O,Pipelines,RNNT
182173

183-
.. customcarditem::
184-
:header: Loading waveform Tensors from files and saving them
185-
:card_description: Learn how to query/load audio files and save waveform tensors to files, using <code>torchaudio.info</code>, <code>torchaudio.load</code> and <code>torchaudio.save</code> functions.
186-
:image: https://download.pytorch.org/torchaudio/tutorial-assets/thumbnails/audio_io_tutorial.png
187-
:link: tutorials/audio_io_tutorial.html
188-
:tags: I/O
189-
190174
.. customcarditem::
191175
:header: CTC Forced Alignment API
192176
:card_description: Learn how to use TorchAudio's CTC forced alignment API (<code>torchaudio.functional.forced_align</code>).
@@ -201,55 +185,6 @@ Tutorials
201185
:link: tutorials/forced_alignment_for_multilingual_data_tutorial.html
202186
:tags: Forced-Alignment
203187

204-
.. customcarditem::
205-
:header: Streaming media decoding with StreamReader
206-
:card_description: Learn how to load audio/video to Tensors using <code>torchaudio.io.StreamReader</code> class.
207-
:image: https://download.pytorch.org/torchaudio/tutorial-assets/thumbnails/streamreader_basic_tutorial.png
208-
:link: tutorials/streamreader_basic_tutorial.html
209-
:tags: I/O,StreamReader
210-
211-
.. customcarditem::
212-
:header: Device input, synthetic audio/video, and filtering with StreamReader
213-
:card_description: Learn how to load media from hardware devices, generate synthetic audio/video, and apply filters to them with <code>torchaudio.io.StreamReader</code>.
214-
:image: https://download.pytorch.org/torchaudio/tutorial-assets/thumbnails/streamreader_advanced_tutorial.gif
215-
:link: tutorials/streamreader_advanced_tutorial.html
216-
:tags: I/O,StreamReader
217-
218-
.. customcarditem::
219-
:header: Streaming media encoding with StreamWriter
220-
:card_description: Learn how to save audio/video with <code>torchaudio.io.StreamWriter</code>.
221-
:image: https://download.pytorch.org/torchaudio/tutorial-assets/thumbnails/streamwriter_basic_tutorial.gif
222-
:link: tutorials/streamwriter_basic_tutorial.html
223-
:tags: I/O,StreamWriter
224-
225-
.. customcarditem::
226-
:header: Playing media with StreamWriter
227-
:card_description: Learn how to play audio/video with <code>torchaudio.io.StreamWriter</code>.
228-
:image: https://download.pytorch.org/torchaudio/tutorial-assets/thumbnails/streamwriter_advanced.gif
229-
:link: tutorials/streamwriter_advanced.html
230-
:tags: I/O,StreamWriter
231-
232-
.. customcarditem::
233-
:header: Hardware accelerated video decoding with NVDEC
234-
:card_description: Learn how to use HW video decoder.
235-
:image: https://download.pytorch.org/torchaudio/tutorial-assets/thumbnails/hw_acceleration_tutorial.png
236-
:link: tutorials/nvdec_tutorial.html
237-
:tags: I/O,StreamReader
238-
239-
.. customcarditem::
240-
:header: Hardware accelerated video encoding with NVENC
241-
:card_description: Learn how to use HW video encoder.
242-
:image: https://download.pytorch.org/torchaudio/tutorial-assets/thumbnails/hw_acceleration_tutorial.png
243-
:link: tutorials/nvenc_tutorial.html
244-
:tags: I/O,StreamWriter
245-
246-
.. customcarditem::
247-
:header: Apply effects and codecs to waveform
248-
:card_description: Learn how to apply effects and codecs to waveform using <code>torchaudio.io.AudioEffector</code>.
249-
:image: https://download.pytorch.org/torchaudio/tutorial-assets/thumbnails/effector_tutorial.png
250-
:link: tutorials/effector_tutorial.html
251-
:tags: Preprocessing
252-
253188
.. customcarditem::
254189
:header: Audio resampling with bandlimited sinc interpolation
255190
:card_description: Learn how to resample audio tensor with <code>torchaudio.functional.resample</code> and <code>torchaudio.transforms.Resample</code>.
@@ -399,7 +334,7 @@ In BibTeX format:
399334
.. code-block:: bibtex
400335
401336
@misc{hwang2023torchaudio,
402-
title={TorchAudio 2.1: Advancing speech recognition, self-supervised learning, and audio processing components for PyTorch},
337+
title={TorchAudio 2.1: Advancing speech recognition, self-supervised learning, and audio processing components for PyTorch},
403338
author={Jeff Hwang and Moto Hira and Caroline Chen and Xiaohui Zhang and Zhaoheng Ni and Guangzhi Sun and Pingchuan Ma and Ruizhe Huang and Vineel Pratap and Yuekai Zhang and Anurag Kumar and Chin-Yun Yu and Chuang Zhu and Chunxi Liu and Jacob Kahn and Mirco Ravanelli and Peng Sun and Shinji Watanabe and Yangyang Shi and Yumeng Tao and Robin Scheibler and Samuele Cornell and Sean Kim and Stavros Petridis},
404339
year={2023},
405340
eprint={2310.17864},

0 commit comments

Comments
 (0)