File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ torchaudio
8
8
9
9
- APIs deprecated in version 2.8 have been removed in 2.9.
10
10
- The decoding and encoding capabilities of PyTorch for both audio and video
11
- have been consolidated into TorchCodec. For convenience, we provide
12
- :func: `~torchaudio.load_with_torchcodec ` as a replacement for
13
- :func: `~torchaudio.load ` and :func: `~torchaudio.save_with_torchcodec ` as a
14
- replacement for :func: ` ~torchaudio.save `, but we recommend that you port
15
- your code to native torchcodec APIs.
11
+ have been consolidated into TorchCodec. For convenience,
12
+ :func: `~torchaudio.load ` and :func: ` ~torchaudio.save ` are now aliases to
13
+ :func: `~torchaudio.load_with_torchcodec ` and :func: `~torchaudio.save_with_torchcodec `
14
+ respectively, which call the appropriate functions from TorchCodec.
15
+ That said, we recommend that you port your code to native torchcodec APIs.
16
16
17
17
Please see https://github.com/pytorch/audio/issues/3902 for more information.
18
18
You can’t perform that action at this time.
0 commit comments