You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/index.rst
+1-66Lines changed: 1 addition & 66 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,15 +50,6 @@ model implementations and application components.
50
50
:caption:API Tutorials
51
51
:hidden:
52
52
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
62
53
tutorials/audio_resampling_tutorial
63
54
tutorials/audio_data_augmentation_tutorial
64
55
tutorials/audio_feature_extractions_tutorial
@@ -180,13 +171,6 @@ Tutorials
180
171
:link: tutorials/device_avsr.html
181
172
:tags: I/O,Pipelines,RNNT
182
173
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.
: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>.
:header: Audio resampling with bandlimited sinc interpolation
255
190
: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:
399
334
.. code-block:: bibtex
400
335
401
336
@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},
403
338
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},
0 commit comments