Search Criteria
Package Details: python-torchaudio 2.7.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-torchaudio.git (read-only, click to copy) |
---|---|
Package Base: | python-torchaudio |
Description: | Data manipulation and transformation for audio signal processing, powered by PyTorch |
Upstream URL: | https://github.com/pytorch/audio |
Licenses: | BSD-2-Clause |
Conflicts: | python-torchaudio-git |
Submitter: | HenryJia |
Maintainer: | NBonaparte |
Last Packager: | NBonaparte |
Votes: | 7 |
Popularity: | 0.21 |
First Submitted: | 2020-08-27 18:23 (UTC) |
Last Updated: | 2025-04-27 21:47 (UTC) |
Dependencies (18)
- bzip2 (bzip2-gitAUR)
- lame (lame-svnAUR, lame-altivecAUR)
- libogg (libogg-gitAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- opencore-amr (opencore-amr-gitAUR)
- opus (opus-gitAUR)
- opusfile (opusfile-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-pytorch (python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- xz (xz-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR) (make)
- python-setuptools (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR) (optional)
- python-kaldi-ioAUR (optional)
Required by (17)
- coqui-tts
- dsnote (optional)
- dsnote-git (optional)
- localai-git
- localai-git-cuda
- localai-git-rocm
- python-auralis
- python-encodec-git
- python-lhotse-git
- python-open-unmix-pytorch
- python-qualia-core (optional)
- python-speechbrain-git
- python-torchmetrics (optional)
- python-tts-git
- python-vllm (optional)
- python-vllm-bin (optional)
- python-webdataset
Latest Comments
1 2 3 4 Next › Last »
micwoj92 commented on 2025-04-29 18:01 (UTC)
@medaminezghal just because something it is
base
doesn't matter it shouldn't be specified as a dependency.Similar goes for ffmpeg, if xz, opus, opencore-amr, lame, libvorbis, libogg are direct dependencies of this program, then there is no reason to remove them.
medaminezghal commented on 2025-04-28 17:01 (UTC)
@NBonaparte You can also add
python-soundfile
,python-sentencepiece
andpython-deep-phonemizer
(still doesn't exist in Arch and AUR repositories) as optional dependencies.medaminezghal commented on 2025-04-28 16:46 (UTC) (edited on 2025-04-28 16:47 (UTC) by medaminezghal)
@NBonaparte
bzip2
should not be a dependency because it's already in Archbase
package.You need to add
ffmpeg
as dependency and removexz
,opus
,opencore-amr
,lame
,libvorbis
andlibogg
as they're dependencies offfmpeg
.You can also remove
BUILD_SOX=1
as it's true per default.git
andboost
is not necessary as make dependencies.This is check function for
kaldi-io
:Now, you can add
BUILD_KALDI=$(check_kaldi_io)
micwoj92 commented on 2025-03-27 08:25 (UTC)
Please use spdx license identifier.
ap_qld commented on 2025-01-30 23:21 (UTC)
medaminezghal commented on 2024-11-08 07:33 (UTC)
@NBonaparte could you update this package to the version 2.5.1? The pytorch has been update to the latest version in arch package
actionless commented on 2024-07-29 07:59 (UTC)
also i think CXX should be set to g++-13
Auerhuhn commented on 2024-07-04 09:06 (UTC)
Hi @NBonaparte,
Would you mind removing the
git submodule init
line fromprepare
?That would solve the issue reported by user @Lucki, too.
Regards
Auerhuhn
Lucki commented on 2024-05-09 14:52 (UTC)
prepare()
fails for me:1 2 3 4 Next › Last »