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 .