Question

I am trying to compare audio files at client side, I will not upload them on to the server, hence I want to get the fingerprint of the file even before uploading it to the server.

  • Do we have a library which can be hosted on our website
  • If No, Is it possible to do one , I am planning to

I have a song read from local system , I want to get its audio fingerprint so that I can compare with other audio file either on the server side or client side . I can send it to the server and get it done by methods already available in java or c# , but thats too much load to the bandwidth. So I wish to get the audio fingerprint at the client side itself using javascript .

No correct solution

OTHER TIPS

I'm not exactly sure what you mean by "fingerprint" but if you just want to get metadata information you can check out this library: https://github.com/aadsm/JavaScript-ID3-Reader

I would recommend echoprint as it seems to be what your looking for.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top