Skip to content

Commit ccbf412

Browse files
authored
Update 2022-6-22-introducing-torchx-fbgemm-and-other-library-updates-in-pytorch-1-12.md
1 parent 4ca2ef7 commit ccbf412

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

_posts/2022-6-22-introducing-torchx-fbgemm-and-other-library-updates-in-pytorch-1-12.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -211,21 +211,21 @@ We completely revamped our models documentation to make them easier to browse, a
211211
</p>
212212

213213

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:
222222
- [Media Stream API - Pt.1](https://pytorch.org/audio/0.12.0/tutorials/streaming_api_tutorial.html)
223223
- [Media Stream API - Pt.2](https://pytorch.org/audio/0.12.0/tutorials/streaming_api2_tutorial.html)
224224
- [Online ASR with Emformer RNN-T](https://pytorch.org/audio/0.12.0/tutorials/online_asr_tutorial.html)
225225
- [Device ASR with Emformer RNN-T](https://pytorch.org/audio/0.12.0/tutorials/device_asr.html)
226226
- [Accelerated Video Decoding with NVDEC](https://pytorch.org/audio/0.12.0/hw_acceleration_tutorial.html)
227227

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.
229229

230230
### (BETA) CTC Beam Search Decoder
231231

0 commit comments

Comments
 (0)