-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev sq #91
Conversation
Update README.md
Remove unused build dependencies
minor refactoring and signature test
* All complex logic for song recognition has been moved to RUST (used pyo3). * recognize_song deprecated. * Added interface for custom HTTPClient. * Added the ability to use a proxy. * Added retry exponential. * Code refactoring. * The foundation has been laid to add logging to the project. * Added random device for recognize requests, previously there was only android.
A huge amount of time and effort was spent on assembling the kernel, since this was the first time I wrote CI to build pyo3 with manylinux. The core is compiled for [windows, macos, manylinux x64, manylinux aarch64]
There is no way to check: aarch64, but the wheels are built for it. |
Big update.
|
thanks bro, library proxy support is working great |
No description provided.