MycroftAI / skill-wiki

Query Wikipedia articles
https://mycroft.ai/skills
Apache License 2.0
18 stars 33 forks source link

Stopping Mycroft from Narrating last querry #27

Closed rajdpandey closed 5 years ago

rajdpandey commented 5 years ago

Hi all,

I am using picroft on Raspberry Pi 3B+ and there is an issue I wanted to ask about and how to achieve that.

Example:

User: Hey Mycroft tell me about the Himalayas? Mycroft: Starts narrating answer. (Between the Narration) User asks: Hey Mycroft tell me about America?

Then Mycroft should stop tell me about Himalaya's and should tell me about America.

But right now it first completes whole Himalaya's narration and then starts telling me about America.

I don't want to manually say Hey Mycroft stop.

It should be automatic.

So how can I make this?

maximlomans commented 5 years ago

did you try : hey mycroft, forget about'it, tell me about america instead ; )

rajdpandey commented 5 years ago

No, I haven't. but I will try it now. And also do you have an idea where to change or what function is used to make Mycroft listen for a specific time from within a skill.

krisgesling commented 5 years ago

Hey Raj, I think that was a joke above. There's currently no way to achieve this.

In terms of your new question, do you mean the length of time Mycroft listens for? Currently this is 10 seconds and our servers won't accept longer audio chunks.

rajdpandey commented 5 years ago

Oh, thanks. I meant like if I say some command and Mycroft will execute that command but after executing it should listen for some second if user gives another command for that. Means for every command user have to say Hey Mycroft but with this, it will be like they will say one command and after execution, if they want to give another command they can within the period of time of listening after that they have to again Hey Mycroft for command.

I hope I have clearly explained my question.

krisgesling commented 5 years ago

This would require modifying mycroft-core, it's not functionality that I could see being included as a default.

I'm going to close this issue but happy to keep chatting about possibilities over in Mycorft Chat.

rajdpandey commented 5 years ago

Ok Sir, no problem. I will update here If I have any idea that can be included in Mycroft.