SoundDecompress is a utility to decompress sounds used by the game Myst Online: URU Live so that they can be played by the game. The game should do this on its own, but in certain configurations (such as when running the game under Wine) the sounds get decompressed incorrectly, resulting in silence or static. Run this tool to fix the sounds.
SoundDecompress is a utility to decompress sounds used by the game Myst Online: URU Live so that they can be played by the game. The game should do this on its own, but in certain configurations (such as when running the game under Wine) the sounds get decompressed incorrectly, resulting in silence or static. Run this tool to fix the sounds.
To install sounddecompress, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sounddecompress
To see what files were installed by sounddecompress, run:
port contents sounddecompress
To later upgrade sounddecompress, run:
sudo port selfupdate && sudo port upgrade sounddecompress
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.