-
Notifications
You must be signed in to change notification settings - Fork 4
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
Missing requirements #13
Comments
Since those are all plugins they should not be dragged by default, they are large dependencies that might not be used and would not allow this to be installed in some platforms, an extra for default suggested plugins makes sense |
By default VAD and wake words are enabled in the configuration which means that a new user, will automatically get errors when starting Dinkum. |
the user should choose a plugin before launching dinkum, it doesnt work without one we just shouldnt be selecting one for the user silero wont install in some platforms and is the recommended plugin, but cant be added to requirements wake words similarly try to use the best plugin whatever is available, we should not bundle one maybe we can add a [recommended] extras requirement? |
Yeah but people start the service directly without changing any configuration because they want to test the solution. Maybe we could prevent the service to start with an INFO/ERROR if no configuration is provided.
Not required by default, I made a mistake, its
Agree. |
As a new user, I would be happy with a block flowchart of how the system worked, with mutually exclusive plugin options associated with, or printed in, each block. For example, I'm getting a bit lost in the plugins as I try to build an ovos instance with dinkum-listener. I'm using raspbian on a 3B+ and there is a dependency on glibc 2.33 somewhere under ovos-ww-plugin-precise-lite. Rasbpian is using glibc 2.31 and so I need another solution. I'm busy reading the docs and figuring it out. Other people might not be so interested in spending their time this way, and I worry we will lose them as potential users. It would be great if there was a table or flowchart that would list the plugins required to make the different options work. |
Compare to
ovos-listener
,ovos-dinkum-listener
is missing some libraries.Here is the list that I'm using to have a functional
ovos-dinkum-listener
with wake word and VAD detection.The text was updated successfully, but these errors were encountered: