Source: pytorch-audio Section: science Homepage: https://github.com/pytorch/audio Priority: optional Standards-Version: 4.6.2 Vcs-Git: https://salsa.debian.org/deeplearning-team/pytorch-audio.git Vcs-Browser: https://salsa.debian.org/deeplearning-team/pytorch-audio Maintainer: Debian Deep Learning Team Uploaders: Mo Zhou Build-Depends: debhelper-compat (= 13), cmake, dh-python, libavdevice-dev, libavcodec-dev, libavfilter-dev, libavformat-dev, libgflags-dev, libgoogle-glog-dev, libsox-dev, libtorch-dev (>= 1.12.0~), ninja-build, pkg-config, pybind11-dev, python3-all, python3-all-dev, python3-parameterized , python3-pytest , python3-scipy , python3-setuptools, python3-torch (>= 1.12.0~), X-Python3-Version: 3.11 Package: python3-torchaudio Architecture: any Depends: python3-torch, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Description: Data manipulation and transformation for audio signal processing 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 is 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.