libsamplerate is a Sample Rate Converter for audio. The library is capable of arbitrary and time-varying conversions from downsampling by a factor of 256 to upsampling by the same factor. Arbitrary in this case means that the ratio of input and output sample rates can be an irrational number. The conversion ratio can also vary with time for speeding up and slowing down effects.
libsamplerate is a Sample Rate Converter for audio. The library is capable of arbitrary and time-varying conversions from downsampling by a factor of 256 to upsampling by the same factor. Arbitrary in this case means that the ratio of input and output sample rates can be an irrational number. The conversion ratio can also vary with time for speeding up and slowing down effects.
To install libsamplerate, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libsamplerate
To see what files were installed by libsamplerate, run:
port contents libsamplerate
To later upgrade libsamplerate, run:
sudo port selfupdate && sudo port upgrade libsamplerate
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.