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:
- Open Terminal using Spotlight search by pressingÂ
<command+space>
. Type terminal and hitÂEnter
 key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install chromaprint using brew
brew install chromaprint
chromaprint is ready to use now!
Leave a Reply
You must be logged in to post a comment.