chromaprint.js icon indicating copy to clipboard operation
chromaprint.js copied to clipboard

Status of library?

Open georgwaechter opened this issue 8 years ago • 9 comments

Hey,

i'm wondering what is the status of the library? I wanted to experiment with it, but it seems the library is not finished yet. I did not find any methods as documented in the README. Can you list what is missing to make this working? The released npm package in version 0.1 seems to be empty (beside the package.json).

I would like to start a small experiment together with the web audio API. If i understand it correctly, i could let the browser decode (https://developer.mozilla.org/de/docs/Web/API/AudioContext/decodeAudioData) and analyse (https://developer.mozilla.org/de/docs/Web/API/AnalyserNode) the audio and feed the results (https://developer.mozilla.org/en-US/docs/Web/API/AnalyserNode/getFloatFrequencyData) somehow into this library, right?

Best

Georg

georgwaechter avatar Dec 21 '15 12:12 georgwaechter

You can download the lib and use it as is. It's just not published. @bjjb any chance of fixing the package.json and publish it?

zebateira avatar Dec 29 '15 11:12 zebateira

Yup, but as @georgwaechter mentioned, the README doesn't reflect the status. I'll update the docs, and release a v0.0.1 on NPM later this week, then close this issue. As it stands, the chroma part works fine, but I want it to have a swappable resampling library.

bjjb avatar Jan 06 '16 15:01 bjjb

@bjjb, any updates?

serhiikushch avatar Feb 14 '16 14:02 serhiikushch

I don't find the method calculateFingerprint to use it in a browser? Thanks you.

ebuildy avatar May 12 '16 05:05 ebuildy

Any updates? When are you planning to publish this library?

vidhu avatar Jun 27 '16 21:06 vidhu

Phew, it's been a while. :-) Since one of the goals of this project was to allow audio-fingerprinting in the browser (as well), it's a good time to resurrect it. I'll work on it this weekend. Stay tuned.

bjjb avatar Sep 06 '17 12:09 bjjb

Really excited for your updates to this library 👍 publishing to npm would be very helpful

Thank you for your work!

alexfreska avatar Sep 07 '17 00:09 alexfreska

also looking forward to an update, i need this badly for my educational music project. Thank you for your effort and time!

tvhdev avatar Sep 14 '17 21:09 tvhdev

also looking forward to an update, i need this badly for my educational music project. Thank you for your effort and time!

After 3 years maybe you don't need it anymore, but recently I found me on the same problem. I tried this lib and another one, but none worked for me. So I created a new one, implementing the AcoustID Chromaprint. For me the best part is no need to install Chromaprint library manually. All you need is to install the package and use it on your NodeJS project.

https://github.com/joaodjtr/gimme-the-song/

joaovct avatar Nov 22 '20 03:11 joaovct