dejavu
dejavu copied to clipboard
How to fingerprint live streaming
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.
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.
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