Forum Discussion
How to start Speech Recognition with a trigger in this Storyline Speech Recognition Example ?
Yep, That works and it's great.
I Think Articulate Should Be Happy And Of course Thankful To Have Such a Genius And CREATIVE Users Like you.
Thank you for your kind help,
The code you provided is simple and clean and that's what confuses me more, I tried to do some modifications and two of them make me feel like I'm a big failure in life :( I know that maybe there is a way to solve them or maybe they are some bugs, Storyline Bugs! I Don't Know...
1) First one is even if you add the recognition.continuous = true; Recognition does not continue when the user pauses while speaking. even when I change this part to :
recognition.onspeechend = function() {
recognition.start();
console.log('Speech ended!');
}
2) I tried to do something just like your first project, each time user clicks to start a new recognition, the last recognized text disappears, (Not when the user starts speaking but when he/she clicks the button). in last 24 hours, I was trying to find a solution for this with no success.
Regards
Hi Max,
And I'm having the same difficulty. Did you figure out how to keep the microphone active? I want to navigate the screen by executing various commands. But the microphone turns off after the first speech.
I hope you can help me.
Regards
Related Content
- 10 months ago
- 11 months ago
- 9 months ago