-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Proposal: Allow jasper to execute commands while passive listening? #502
Comments
This is possible but its not straight forward, need changes in Jasper code. And with such implementation, there is a possibility of spamming STT (if you are using online services) with garbage requests. |
Well STT gets spammed regardless since Jasper is always listening for the keyword "Jasper", is it not? |
If that's incorrect than please let me know because that's another issue I'm trying to deal with. |
You can configure Jasper with 2 STT.
A sample configuration in profile.yml
So your example above will looks like Me: Jasper -----> ( This part will handle by stt_passive_engine) See stt_passive_engine implementation part in jasper.py
|
ahhhh, I never noticed this. Thanks! This will definitely help. |
just as reference, there is a pull request for this topic: #434 |
Has there been any thought about allowing Jasper to execute a command at the same time as hearing his name. Instead of:
Me: Jasper
High Beep
Me: What time is it?
Low Beep
It could be:
Me: Jasper what time is it?
Low Beep (if valid)
High Beep (if not valid)
The text was updated successfully, but these errors were encountered: