aud22_60.yaml 1.5 KB
Newer Older
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
1
- en: torio
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
2
  id: totrans-0
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
3 4 5
  prefs:
  - PREF_H1
  type: TYPE_NORMAL
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
6
  zh: torio
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
7
- en: 原文:[https://pytorch.org/audio/stable/torio.html](https://pytorch.org/audio/stable/torio.html)
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
8
  id: totrans-1
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
9 10 11
  prefs:
  - PREF_BQ
  type: TYPE_NORMAL
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
12
  zh: 原文:[https://pytorch.org/audio/stable/torio.html](https://pytorch.org/audio/stable/torio.html)
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
13 14
- en: '`torio` is an alternative top-level module for I/O features. It is the extraction
    of the core implementation of I/O feature of `torchaudio`.'
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
15
  id: totrans-2
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
16 17
  prefs: []
  type: TYPE_NORMAL
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
18
  zh: '`torio`是I/O功能的替代顶级模块。它是`torchaudio`的I/O功能的核心实现提取。'
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
19 20
- en: If you want to use the multimedia processing features, but do not want to depend
    on the entire `torchaudio` package, you can use `torio`.
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
21
  id: totrans-3
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
22 23
  prefs: []
  type: TYPE_NORMAL
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
24
  zh: 如果您想使用多媒体处理功能,但不想依赖整个`torchaudio`包,您可以使用`torio`。
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
25
- en: Note
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
26
  id: totrans-4
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
27 28
  prefs: []
  type: TYPE_NORMAL
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
29
  zh: 注意
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
30 31 32
- en: Currently, `torio` is distributed alongside `torchaudio`, and there is no stand-alone
    procedure to install `torio` only. Please refer to [https://pytorch.org/get-started/locally/](https://pytorch.org/get-started/locally/)
    for the installation of `torchaudio`.
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
33
  id: totrans-5
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
34 35
  prefs: []
  type: TYPE_NORMAL
绝不原创的飞龙's avatar
绝不原创的飞龙 已提交
36
  zh: 目前,`torio`与`torchaudio`一起分发,没有独立的安装程序来安装`torio`。请参考[https://pytorch.org/get-started/locally/](https://pytorch.org/get-started/locally/)来安装`torchaudio`。