Audiolab is a python toolbox to read/write audio files from numpy arrays
Audiolab is a python toolbox to read/write audio files from numpy arrays. It gives SciPy the equivalent of Matlab wavread, wavwrite, etc... as well as soundsc on the supported platforms. Audiolab supports all format supported by libsndfile, including wav, aiff, ircam files, and flac
Audiolab is a python toolbox to read/write audio files from numpy arrays. It gives SciPy the equivalent of Matlab wavread, wavwrite, etc... as well as soundsc on the supported platforms. Audiolab supports all format supported by libsndfile, including wav, aiff, ircam files, and flac
To install py27-scikits-audiolab, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-scikits-audiolab
To see what files were installed by py27-scikits-audiolab, run:
port contents py27-scikits-audiolab
To later upgrade py27-scikits-audiolab, run:
sudo port selfupdate && sudo port upgrade py27-scikits-audiolab
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.