Contents

torchaudio 2.2.2

0

An audio package for PyTorch

An audio package for PyTorch

Stars: 2372, Watchers: 2372, Forks: 624, Open Issues: 214

The pytorch/audio repo was created 6 years ago and the last code push was an hour ago.
The project is very popular with an impressive 2372 github stars!

How to Install torchaudio

You can install torchaudio using pip

pip install torchaudio

or add it to a project with poetry

poetry add torchaudio

Package Details

Author
Soumith Chintala, David Pollack, Sean Naren, Peter Goldsborough, Moto Hira, Caroline Chen, Jeff Hwang, Zhaoheng Ni, Xiaohui Zhang
License
None
Homepage
https://github.com/pytorch/audio
PyPi:
https://pypi.org/project/torchaudio/
GitHub Repo:
https://github.com/pytorch/audio

Classifiers

  • Multimedia/Sound/Audio
  • Scientific/Engineering/Artificial Intelligence
No  torchaudio  pypi packages just yet.

Errors

A list of common torchaudio errors.

Code Examples

Here are some torchaudio code examples and snippets.

GitHub Issues

The torchaudio package has 214 open issues on GitHub

  • pitch_shift consumes excessive GPU memory which is also not cleared
  • Error while using PitchShift on GPU tensor
  • AttributeError: module 'torchaudio.io' has no attribute 'AudioEffector'
  • Hubert Pre-Training Example : Unable to load the saved checkpoint and resume training
  • Split the CTC forced aligment API tutorial into two tutorials
  • Add more explanation about n_fft
  • include a link to index.rst
  • Usage of TimeStretch is incorrect in documentation.
  • Missing labels for WAV2VEC2_XLSR53
  • Update README
  • Update forced_align method to only support batch Tensors
  • HuggingFace Transformers integration stated to fail
  • "ONLINE ASR WITH EMFORMER RNN-T" inference does not work
  • Fix StreamWriter regression around RGB0/BGR0
  • Introduce chroma spectrogram transform

See more issues on GitHub

Related Packages & Articles

datasets 2.18.0

HuggingFace community-driven open-source library of datasets

nlp 0.4.0

HuggingFace/NLP is an open library of NLP datasets.

sagemaker 2.214.3

Open source library for training and deploying models on Amazon SageMaker.

PennyLane 0.35.1

PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry. Train a quantum computer the same way as a neural network.

skorch 0.15.0

scikit-learn compatible neural network library for pytorch