Music recognition API (php)

Asked

Viewed 280 times

-3

I am working on a mini project, and I would like to know if there is an API (php) that can receive a piece of music and return the title of the same.

A concrete example is the site : http://www.midomi.com/

There is a solution in PHP ?

1 answer

1

I don’t even know if I should answer lol, the answer is very simple ...

There is no API for what you need in php and it is very likely that it will not exist in any language...

This type of application has a huge commercial appeal, no one will invest in a project of this magnitude without any kind of return, these algorithm are called Audio Fingerprint, Imagine the problem that is you storing all the fingerprints of commercial music on the planet in a database? Will you store it illegally ? without buying the music from the record companies ? Are you prepared for a big process on the back ? rsrs

Leaving all the problems I described above aside, you can do yourself if you have some knowledge in digital processing of audio and math, it is possible to do in any language, if you’re curious, I even made a prototype audio recognition system based on the shazam gives a read here, for legal and patent reasons I could never show the code nor distribute it, my code was based on an article published by shazam and by a post posted on Roy Van Rijn’s blog that demonstrated how the algorithm works...

It’s been incredible 6 years since I published the results and people still insistently send me emails asking for the code, Sorry, but I can’t send to anyone, if you have any questions regarding the development I can help!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.