CMD + K

torchaudio

Anaconda Verified

Torchaudio is a library for audio and signal processing with PyTorch.

Installation

To install this package, run one of the following:

Conda
$conda install anaconda::torchaudio

Usage Tracking

2.5.1
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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.

About

Summary

Torchaudio is a library for audio and signal processing with PyTorch.

Last Updated

Feb 18, 2025 at 18:33

License

BSD-2-Clause

Total Downloads

1.7K

Version Downloads

1.7K

Supported Platforms

macOS-64
macOS-arm64
linux-64
linux-aarch64
win-64