Framework/Algorithms/Library for server side estimation/recognition of audio file similarity? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI want to implement an android app which compares recorded audio files with our sound database and reports a similiarity metric. The app will work somehow like Shazam but is matched 开发者_如何学JAVAagainst our database audio files. Can anyone point me to an open source project which implements adequate algorithms to do the sound recogognition/comparision on our server ? Thanks
Audio hashing is used to do such comparison. Here is a technical paper that addresses some of the challenges of audio hashing: http://www.eurasip.org/Proceedings/Eusipco/Eusipco2004/defevent/papers/cr1091.pdf
There are technologies that can be licensed for such purposes from companies like http://www.gracenote.com/
精彩评论