rxlabz / speech_recognition

A Flutter plugin to use speech recognition on iOS & Android (Swift/Java)
https://pub.dartlang.org/packages/speech_recognition
Other
336 stars 197 forks source link

Plugin conflict when using with the flutter_Tts #78

Open ramsham2411 opened 4 years ago

ramsham2411 commented 4 years ago

I have been using the this plugin with the flutterTts, but the problem is that when the recognition is complete, then i click on the speak button it works for the first time but i later click on the listen(recognising the spoken speech) button, it does not recognise what i speak. So when later after 30 seconds when i click on the listen button it takes my recognition. And this is done after every 30 seconds, any workaround for this one please suggest.