dejavu icon indicating copy to clipboard operation
dejavu copied to clipboard

How to fingerprint live streaming

Open psuresan12 opened this issue 6 years ago • 2 comments

How can we use Dejavu to fingerprint live streaming like Live radio from URL, continuously fingerprinting and match against microphone input. This would not require to store in database, but in memory. It would be helpful if some one throw light to implement this scenario.

psuresan12 avatar Feb 13 '19 05:02 psuresan12

Do some research. Create temp file from stream. Analysise the temp file. I have done this in my forked. The accuracy depends on quality of stream.

awemulya avatar Feb 13 '19 07:02 awemulya

you may want to check https://stackoverflow.com/questions/5688573/writing-a-python-music-streamer it is not exactly what you are looking for, but may give an idea which libraries can be helpful

thesunlover avatar Feb 24 '19 17:02 thesunlover