Are there any audio fingerprinting systems (PUID, etc) that are implemented in pure Java (for running on Android)?

link|improve this question

1  
I have a system that I am working on in Java for doing this, but I don't have the code posted yet. If you're interested e-mail me at kristopher.ives@gmail.com – Kristopher Ives Jan 3 '10 at 11:06
feedback

1 Answer

Sony Ericsson has a pure Java audio recognition app, called TrackID, on their new Android phone. It has also been available on J2ME and presumably other phones for a while. It was developed by Cybercom.

However, it doesn't generate a fingerprint — the audio data is sent to a remote server for identification. As you need to be online anyway to do track identification, I imagine most music recognition apps work in this way.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.