The component framework behind the fre:ac audio converter.
BoCA provides unified interfaces for components like encoders, decoders, taggers and extensions as well as code to support communication between the application and its components.
BoCA provides unified interfaces for components like encoders, decoders, taggers and extensions as well as code to support communication between the application and its components.
To install BoCA, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install BoCA
To see what files were installed by BoCA, run:
port contents BoCA
To later upgrade BoCA, run:
sudo port selfupdate && sudo port upgrade BoCA
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.