Skip to content
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

Feature request: continuous or interval-based recognition #20

Open
daltux opened this issue Nov 14, 2023 · 1 comment
Open

Feature request: continuous or interval-based recognition #20

daltux opened this issue Nov 14, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@daltux
Copy link

daltux commented Nov 14, 2023

It would be very nice to have an option to do continous recognition or, if more viable, to start it every minute (or some user setting).

@daltux daltux changed the title Feature request: continuous recognition or interval-based Feature request: continuous or interval-based recognition Nov 14, 2023
@aleksey-saenko
Copy link
Owner

Hello, thanks for the suggestion.

This feature would be useful, and I have already thought about implementing it. It's possible to optimize the number of requests to the service: we can avoid sending during silence, we can make requests only after the end of the track (the app knows the track duration and the timestamp when the recognition occurred). However, the number of requests will still be large, and this is a problem.

AudD is not a free service and requires payment for requests. It is assumed that the developer buys a token and provides a paid application or monetizes it in another way, such as through advertising. I created this application not for commercial purposes, so the application relies on the user to obtain a token.

I think most users rely on current limit, which is around 3-5 recognitions per day (the new token has more requests, but only for 2 weeks). Therefore, as long as the app exists in this form, I don't think this feature will be in high demand.

I will leave this issue open, as perhaps a solution will be found someday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants