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 py311-torchaudio, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-torchaudio
To see what files were installed by py311-torchaudio, run:
port contents py311-torchaudio
To later upgrade py311-torchaudio, run:
sudo port selfupdate && sudo port upgrade py311-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.