Audio processing application and library for changing the Tempo, Pitch and Playback Rates of audio streams or files.
SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files. It includes the SoundStretch command line tool, which allows you to change the tempo, pitch and speed of WAV files.
SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files. It includes the SoundStretch command line tool, which allows you to change the tempo, pitch and speed of WAV files.
To install soundtouch, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install soundtouch
To see what files were installed by soundtouch, run:
port contents soundtouch
To later upgrade soundtouch, run:
sudo port selfupdate && sudo port upgrade soundtouch
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.