Data manipulation and transformation for audio signal processing, powered by PyTorch
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).
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).
To install py313-torchaudio, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py313-torchaudio
To see what files were installed by py313-torchaudio, run:
port contents py313-torchaudio
To later upgrade py313-torchaudio, run:
sudo port selfupdate && sudo port upgrade py313-torchaudio
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.