How To Install chromaprint On Mac Using Brew

Package Information:

Name: chromaprint
Use: Core component of the AcoustID project (Audio fingerprinting). It’s a client-side library that implements a custom algorithm for extracting fingerprints from any audio source
URL: https://acoustid.org/chromaprint

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install chromaprint using brew
    brew install chromaprint

chromaprint is ready to use now!