I'm leveraging the match_fingerprintsX() algorithms in my project and have to currently comment out the PostgreSQL specific code in order to build. It would be much better to split out the code into two chunks such that you can continue to build your project per usual while simultaneously allowing projects like mine to simply checkout your code and only include the non-PostgreSQL content to do the comparison.
I can submit a pull request if you are interested.
As an aside, my project autodup is to find duplicate files and I've been able to leverage fpcalc (standalone binary) along with the code in this repo to compare audio files successfully.
I'm leveraging the match_fingerprintsX() algorithms in my project and have to currently comment out the PostgreSQL specific code in order to build. It would be much better to split out the code into two chunks such that you can continue to build your project per usual while simultaneously allowing projects like mine to simply checkout your code and only include the non-PostgreSQL content to do the comparison.
I can submit a pull request if you are interested.
As an aside, my project autodup is to find duplicate files and I've been able to leverage fpcalc (standalone binary) along with the code in this repo to compare audio files successfully.