Forum Discussion
How to start Speech Recognition with a trigger in this Storyline Speech Recognition Example ?
I have published a blog post with a detailed explanation on how to bring Web Speech API into Storyline with an example.
Here it is https://elearningdifferently.com/speech-recognition-and-storyline
Hope it helps!
- MaxMaxer8 years agoCommunity Member
Wow Thank you a bunch, I'll check that...
- MatthewTeren1988 years agoCommunity Member
Let me know if it is helpful!
- MaxMaxer8 years agoCommunity Member
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
Related Content
- 7 months ago
- 8 months ago
- 4 months ago
- 6 months ago