shazamio / ShazamIO

🎵 Is a free asynchronous library from reverse engineered Shazam API written in Python 3.8+ with asyncio and aiohttp.
MIT License
449 stars 64 forks source link

Realtime recognition by audio frames #114

Open denizsincar29 opened 1 month ago

denizsincar29 commented 1 month ago

Hello. I want to build a shazam bot for audio calling system. I receive audio frames in real time, and want to auto shazam it. As soon as a track recognized, it must return songs info. BTW i don't want to use workarrounds like making 5 second wav files and sending them, I want to do it real time, sending frame by frame to shazam and getting info in realtime. Also, if possible, there is a feature in shazam where it listens for the song and shows the lirics in real time. I wanna implement this also. How do I do it with this library? Thank you.