File: README.md

package info (click to toggle)
pytorch-audio 2.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 108,884 kB
  • sloc: python: 44,403; cpp: 3,384; sh: 126; makefile: 32
file content (12 lines) | stat: -rw-r--r-- 800 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
The examples in this directory demonstrate applied use of the torchaudio library. They are included only for reference purposes.

> [!NOTE]
> **We have transitioned TorchAudio into a
>  maintenance phase. Our main goals were to reduce redundancies with the rest of the
>  PyTorch ecosystem, make it easier to maintain, and create a version of
>  TorchAudio that is more tightly scoped to its strengths: processing audio
>  data for ML. Because of this transition, the examples included here will no longer be maintained
>  going forward. The scripts may not work properly as is. For hands on examples of features in the
>  library that *are* still supported, see the "tutorials" subdirectory. Please see
>  [our community message](https://github.com/pytorch/audio/issues/3902)
>  for more details.**