audio - Detect Song with Java -


is there library detecting playing song java? not winamp or wmp, generally, technique listen audio output example?

thank you.

edit: no, want listen audio output , decide whether there's song playing right now, or not. not identifying. there's song or not (playing right now).

you can take fourier transform of audio input , compare known frequency distributions of various songs in database. if close enough, can same.

this has flaws, it's idea can work off of.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -