Open PalexDrod opened 7 years ago
Do you have fpcalc installed? See the readme section on "Installing Chromaprint" https://github.com/parshap/node-fpcalc#installing-chromaprint
I'm having the exact same issue. I've installed chromaprint using brew on OSX but my terminal isn't recognizing the fpcalc command. I even tried installing the fpcalc CLI directly from AcoustID, but it didn't solve the issue.
Is fpcalc
in your $PATH
? What happens if you runfpcalc
in the same terminal that you're running your node script from? You can use the command
option to give a full path to the fpcalc
executable.
I ran into this issue today too. Worked around it by downloading a build of chromaprint from https://acoustid.org/chromaprint
It seems that brew
install chromaprint
but the build fails:
$ brew info chromaprint
chromaprint: stable 1.4.3 (bottled)
Core component of the AcoustID project (Audio fingerprinting)
https://acoustid.org/chromaprint
/usr/local/Cellar/chromaprint/1.4.3 (10 files, 108.4KB) *
Poured from bottle on 2018-07-11 at 11:04:43
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/chromaprint.rb
==> Dependencies
Build: cmake ✘
I can't find a fix to this problem. Can I get some help pls?