Samplerate is a small python package to do high quality audio resampling for data in numpy arrays. It is a wrapper around the Secret Rabbit Code by Erik de Castro Lopo (http://www.mega-nerd.com/SRC/), providing a high quality converters based on the work of J.O. Smith from CCRMA, Stanford University (https://ccrma.stanford.edu/~jos/resample/)
Samplerate is a small python package to do high quality audio resampling for data in numpy arrays. It is a wrapper around the Secret Rabbit Code by Erik de Castro Lopo (http://www.mega-nerd.com/SRC/), providing a high quality converters based on the work of J.O. Smith from CCRMA, Stanford University (https://ccrma.stanford.edu/~jos/resample/)
To install py27-scikits-samplerate, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-scikits-samplerate
To see what files were installed by py27-scikits-samplerate, run:
port contents py27-scikits-samplerate
To later upgrade py27-scikits-samplerate, run:
sudo port selfupdate && sudo port upgrade py27-scikits-samplerate
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.