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

Using multinet6 without timeout (AIS-1265) #104

Closed
PrathamG opened this issue Jul 19, 2023 · 2 comments
Closed

Using multinet6 without timeout (AIS-1265) #104

PrathamG opened this issue Jul 19, 2023 · 2 comments

Comments

@PrathamG
Copy link

Hi! I was wondering if it is possible to let the multinet run indefinitely after the wakeword is detected.

From #81 I found out that the second parameter in
multinet->create(mn_name, time_ms)
is the timeout parameter, which determines how long after the last keyword should the multinet be stopped.

Is there an option to allow the multinet to keep running forever?
Also, are there any disadvantages to letting the multinet run without timeout?

@github-actions github-actions bot changed the title Using Multinet without timeout Using Multinet without timeout (AIS-1265) Jul 19, 2023
@PrathamG PrathamG changed the title Using Multinet without timeout (AIS-1265) Using multinet6 without timeout (AIS-1265) Jul 19, 2023
@feizi
Copy link
Collaborator

feizi commented Jul 27, 2023

Is there an option to allow the multinet to keep running forever? Also, are there any disadvantages to letting the multinet run without timeout?

Yes, the second parameter is timeout duration. You can ignore the timeout state when you want to run multinet always.

@PrathamG
Copy link
Author

PrathamG commented Aug 2, 2023

Okay got it, thanks!

@PrathamG PrathamG closed this as completed Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants