Nick Taylor

Results 2 comments of Nick Taylor

I had to comment out `speechChannel.invokeMethod("speech.onRecognitionComplete", transcription);` at line 121 of ` android/src/main/java/bz/rxla/flutter/speechrecognition/SpeechRecognitionPlugin.java` to stop it being called twice. Also commented out `Log.d(LOG_TAG, "onRmsChanged : " + rmsdB);` to cut...

Fork the repo and make the changes in your own copy. You can reference your version in pubspec.yaml with: ``` speech_recognition: git: url: git://github.com/{your_github_username}/speech_recognition.git ref: master ```