The Opus Audio Codec (IETF RFC 6716), refrence implementation tools
Opus is the first state-of-the-art, fully Free and Open audio codec ratified by a major standards organization. It is reportedly better than all pre-existing codecs across the spectrum for voice, audio, archival, and real-time uses.
Opus is the first state-of-the-art, fully Free and Open audio codec ratified by a major standards organization. It is reportedly better than all pre-existing codecs across the spectrum for voice, audio, archival, and real-time uses.
To install opus-tools, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install opus-tools
To see what files were installed by opus-tools, run:
port contents opus-tools
To later upgrade opus-tools, run:
sudo port selfupdate && sudo port upgrade opus-tools
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.