Skip to main content

An audio package for PyTorch

Project description

torchaudio: an audio library for PyTorch

Documentation Anaconda Badge Anaconda-Server Badge

TorchAudio Logo

The aim of torchaudio is to apply PyTorch to the audio domain. By supporting PyTorch, torchaudio follows the same philosophy of providing strong GPU acceleration, having a focus on trainable features through the autograd system, and having consistent style (tensor names and dimension names). Therefore, it is primarily a machine learning library and not a general signal processing library. The benefits of PyTorch can be seen in torchaudio through having all the computations be through PyTorch operations which makes it easy to use and feel like a natural extension.

Installation

Please refer to https://pytorch.org/audio/main/installation.html for installation and build process of TorchAudio.

Quick Usage

import torchaudio

waveform, sample_rate = torchaudio.load('foo.wav')  # load tensor from file
torchaudio.save('foo_save.wav', waveform, sample_rate)  # save tensor to file

Backend Dispatch

By default in OSX and Linux, torchaudio uses SoX as a backend to load and save files. The backend can be changed to SoundFile using the following. See SoundFile for installation instructions.

import torchaudio
torchaudio.set_audio_backend("soundfile")  # switch backend

waveform, sample_rate = torchaudio.load('foo.wav')  # load tensor from file, as usual
torchaudio.save('foo_save.wav', waveform, sample_rate)  # save tensor to file, as usual

Note

  • SoundFile currently does not support mp3.
  • "soundfile" backend is not supported by TorchScript.

API Reference

API Reference is located here: http://pytorch.org/audio/main/

Contributing Guidelines

Please refer to CONTRIBUTING.md

Citation

If you find this package useful, please cite as:

@article{yang2021torchaudio,
  title={TorchAudio: Building Blocks for Audio and Speech Processing},
  author={Yao-Yuan Yang and Moto Hira and Zhaoheng Ni and Anjali Chourdia and Artyom Astafurov and Caroline Chen and Ching-Feng Yeh and Christian Puhrsch and David Pollack and Dmitriy Genzel and Donny Greenberg and Edward Z. Yang and Jason Lian and Jay Mahadeokar and Jeff Hwang and Ji Chen and Peter Goldsborough and Prabhat Roy and Sean Narenthiran and Shinji Watanabe and Soumith Chintala and Vincent Quenneville-Bélair and Yangyang Shi},
  journal={arXiv preprint arXiv:2110.15018},
  year={2021}
}

Disclaimer on Datasets

This is a utility library that downloads and prepares public datasets. We do not host or distribute these datasets, vouch for their quality or fairness, or claim that you have license to use the dataset. It is your responsibility to determine whether you have permission to use the dataset under the dataset's license.

If you're a dataset owner and wish to update any part of it (description, citation, etc.), or do not want your dataset to be included in this library, please get in touch through a GitHub issue. Thanks for your contribution to the ML community!

Pre-trained Model License

The pre-trained models provided in this library may have their own licenses or terms and conditions derived from the dataset used for training. It is your responsibility to determine whether you have permission to use the models for your use case.

For instance, SquimSubjective model is released under the Creative Commons Attribution Non Commercial 4.0 International (CC-BY-NC 4.0) license. See the link for additional details.

Other pre-trained models that have different license are noted in documentation. Please checkout the documentation page.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gladia-torchaudio-2.1.0a0.tar.gz (267.4 kB view details)

Uploaded Source

Built Distributions

gladia_torchaudio-2.1.0a0-py3-none-any.whl (2.6 MB view details)

Uploaded Python 3

File details

Details for the file gladia-torchaudio-2.1.0a0.tar.gz.

File metadata

  • Download URL: gladia-torchaudio-2.1.0a0.tar.gz
  • Upload date:
  • Size: 267.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for gladia-torchaudio-2.1.0a0.tar.gz
Algorithm Hash digest
SHA256 6387650da4933e6b8f712e4428192333820f4bcf86676d8d84cb6f50286b4da8
MD5 dff3c490daa25b550ba016e124101796
BLAKE2b-256 ba5673c823ae055c5a265a9162744a3e4928cd43644724682ec0358a0586bc37

See more details on using hashes here.

File details

Details for the file gladia_torchaudio-2.1.0a0-py3.8-linux-x86_64.egg.

File metadata

File hashes

Hashes for gladia_torchaudio-2.1.0a0-py3.8-linux-x86_64.egg
Algorithm Hash digest
SHA256 89c402f2c3eb2d6cc16627dd7d74219a5c3f1600d0fb59ccb183ec0ce359a6bc
MD5 6bd3abe2964086385e843b889a4d0373
BLAKE2b-256 bec6f26332bead1b0767e5ceedf99344a73621e7a2fbeb1c63c25db19cb70763

See more details on using hashes here.

File details

Details for the file gladia_torchaudio-2.1.0a0-py3-none-any.whl.

File metadata

File hashes

Hashes for gladia_torchaudio-2.1.0a0-py3-none-any.whl
Algorithm Hash digest
SHA256 816cde24433550c42722d05d324fe93e07e672ed67bcdd25bafdab660cd9f8bc
MD5 0e9ea71c472b658a4ab0c79202ed1443
BLAKE2b-256 dffadc9c0b4bdfafbee330f88524743e92b053cbe3f3e651b4e3840a89b5a1bb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page