shazamio / ShazamIO

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

How to use without Pydub #39

Closed Mohammad9760 closed 1 year ago

Mohammad9760 commented 1 year ago

I have ffmpeg but for some reason I cannot use pydub and I wish to use ffmpeg directly without any wrappers, is there a way I can tweak this library to work without pydub?

dotX12 commented 1 year ago

Unfortunately - no, pydub is used to make working with ffmpeg easier.