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

Add stream recognition support to Dejavu #29

Open
denis-stepanov opened this issue Aug 25, 2022 · 0 comments
Open

Add stream recognition support to Dejavu #29

denis-stepanov opened this issue Aug 25, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@denis-stepanov
Copy link
Owner

Looking at Dejavu code, it should not be very difficult to embed AdVent engine directly into a Dejavu "recognizer" plugin. It would still need to use threads, but would save CPU by reading the input stream once. Current AdVent engine treating entire Dejavu as a black box spends quite some time on creating and destroying pyAudio objects. Recognizer base class might need to be changed too, as it was not designed specifically for streaming use.

If implemented, it would require a major redesign of AdVent, so not earlier than the next major version.

@denis-stepanov denis-stepanov added the enhancement New feature or request label Aug 25, 2022
@denis-stepanov denis-stepanov added this to the 2.0.0 milestone Aug 28, 2022
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

1 participant