A library to manage audio in SDL3-based games. It offers audio file decoding for several popular formats, such as WAV, MP3, and Ogg Vorbis, and provides sample-perfect mixing of multiple sources of audio, with various effects, and other advanced features.
A library to manage audio in SDL3-based games. It offers audio file decoding for several popular formats, such as WAV, MP3, and Ogg Vorbis, and provides sample-perfect mixing of multiple sources of audio, with various effects, and other advanced features.
To install SDL3_mixer, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install SDL3_mixer
To see what files were installed by SDL3_mixer, run:
port contents SDL3_mixer
To later upgrade SDL3_mixer, run:
sudo port selfupdate && sudo port upgrade SDL3_mixer
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.