Reply To: How to recognise speech after suspend

Home Forums OpenEars How to recognise speech after suspend Reply To: How to recognise speech after suspend

#1024910
protspace
Participant

Ok. So my app does not listen the user all the time. The user pushes button and then talks. The talking “session” lasts for about 2 seconds and then stops programmatically by timer (suspendRecognition). But there are cases when user said the word but it is not recognised though there was 1 second of silence. Is there any way toto make framework to make recognition after suspendRecognition occured?

In other words is there any way to perform recognition not after “0.7 seconds of silence” as said in manual, but by pressing button or calling suspendRecognition method?