handles decoding of several popular sound file formats
SDL_sound is a library that handles the decoding of several popular sound file formats, such as .WAV and .MP3. It is meant to make the programmer's sound playback tasks simpler.
SDL_sound is a library that handles the decoding of several popular sound file formats, such as .WAV and .MP3. It is meant to make the programmer's sound playback tasks simpler.
To install libsdl_sound, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libsdl_sound
To see what files were installed by libsdl_sound, run:
port contents libsdl_sound
To later upgrade libsdl_sound, run:
sudo port selfupdate && sudo port upgrade libsdl_sound
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.