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: _posts/2022-6-22-introducing-torchx-fbgemm-and-other-library-updates-in-pytorch-1-12.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -211,21 +211,21 @@ We completely revamped our models documentation to make them easier to browse, a
211
211
</p>
212
212
213
213
214
-
StreamReader is TorchAudio’s new I/O API. It is backed by FFmpeg†, and provides the following features.
215
-
- Decode various audio and video formats, including MP4 and AAC.
216
-
- Handle various input forms, such as local files, network protocols, microphones, webcams, screen captures and file-like objects.
217
-
- Iterate media and decode chunk-by-chunk, while changing the sample rate or frame rate.
218
-
- Apply various audio and video filters, such as low-pass filter and image scaling.
219
-
- Decode video with NVidia's hardware-based decoder (NVDEC).
220
-
221
-
For the detail of the usage, please checkout the [documentation](https://pytorch.org/audio/0.12.0/io.html#streamreader) and the tutorials:
214
+
StreamReader is TorchAudio’s new I/O API. It is backed by FFmpeg†, and allows users to:
215
+
- Decode various audio and video formats, including MP4 and AAC
216
+
- Handle various input forms, such as local files, network protocols, microphones, webcams, screen captures and file-like objects
217
+
- Iterate over and decode chunk-by-chunk, while changing the sample rate or frame rate
218
+
- Apply various audio and video filters, such as low-pass filter and image scaling
219
+
- Decode video with NVidia's hardware-based decoder (NVDEC)
220
+
221
+
For usage details, please check out the [documentation](https://pytorch.org/audio/0.12.0/io.html#streamreader) and tutorials:
222
222
-[Media Stream API - Pt.1](https://pytorch.org/audio/0.12.0/tutorials/streaming_api_tutorial.html)
223
223
-[Media Stream API - Pt.2](https://pytorch.org/audio/0.12.0/tutorials/streaming_api2_tutorial.html)
224
224
-[Online ASR with Emformer RNN-T](https://pytorch.org/audio/0.12.0/tutorials/online_asr_tutorial.html)
225
225
-[Device ASR with Emformer RNN-T](https://pytorch.org/audio/0.12.0/tutorials/device_asr.html)
226
226
-[Accelerated Video Decoding with NVDEC](https://pytorch.org/audio/0.12.0/hw_acceleration_tutorial.html)
227
227
228
-
† To use StreamReader, FFmpeg libraries are required. The coverage of codecs depends on how these libraries are configured. TorchAudio official binaries are compiled to work with FFmpeg 4 libraries; FFmpeg 5 can be used if TorchAudio is built from source.
228
+
† To use StreamReader, FFmpeg libraries are required. Please install FFmpeg. The coverage of codecs depends on how these libraries are configured. TorchAudio official binaries are compiled to work with FFmpeg 4 libraries; FFmpeg 5 can be used if TorchAudio is built from source.
0 commit comments