Chromaprint and its associated Acoustid Web service make up a high-quality, open-source acoustic fingerprinting system. This package provides Python bindings for both the fingerprinting algorithm library, which is written in C but portable, and the Web service, which provides fingerprint lookups.
Chromaprint and its associated Acoustid Web service make up a high-quality, open-source acoustic fingerprinting system. This package provides Python bindings for both the fingerprinting algorithm library, which is written in C but portable, and the Web service, which provides fingerprint lookups.
To install py311-acoustid, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-acoustid
To see what files were installed by py311-acoustid, run:
port contents py311-acoustid
To later upgrade py311-acoustid, run:
sudo port selfupdate && sudo port upgrade py311-acoustid
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.