dialogflow / dialogflow-android-client

Android SDK for Dialogflow
https://dialogflow.com
Apache License 2.0
575 stars 270 forks source link

time-out issue #20

Open DmytroT opened 8 years ago

DmytroT commented 8 years ago

We are trying to implement a test with your solution but we are encountering some road blocks. There is a content time-out/error (“Speech recognition engine error: No recognition result matched.”) when waiting for voice command, even if it is just 1-2 seconds.

Sample app has the same issue - https://github.com/api-ai/api-ai-android-sdk/tree/master/apiAISampleApp

Any suggestions?

xVir commented 8 years ago

Hi, @DmytroT Do you use System recognition? It seems it is temporary problem in Google SpeechRecognizer, so, we can only wait until the problem will be fixed...

Thanks.

DmytroT commented 8 years ago

hi @xVir, right, I use System recognition. I just tried to use Spektoit and it works better.

Thanks!

xVir commented 8 years ago

Hi, @DmytroT

Thanks for the inforamtion. Also, I think the issue should be fixed soon by Google.

Thanks!

smidaharoun commented 7 years ago

Any updates about this issue? I'm still having the same problem.

xVir commented 7 years ago

Hi, @smidaharoun What version of Android do you use?

Thanks!

smidaharoun commented 7 years ago

The latest one (25). Is there a difference ?

xVir commented 7 years ago

This problem could be related to specific Google SpeechRecognizer version. So, I will try to check it on our devices.

Thanks!

smidaharoun commented 7 years ago

I've tried it with other versions (19, 20, 23) and still the same problem.

xVir commented 7 years ago

@smidaharoun Could you please attach parts of your code that uses the SDK and log with error message?

Thanks!