Speech-Recognizer
Speech-Recognizer copied to clipboard
This is a sample project which is having a continuous speech recognizer which will work as a background service.
I would like to expand a section of this background service to an existing tts/s2t application. If interested to know more, please share a good way to communicate in this...
Not working when app clear from foreground
Hello this is really fine implementation and I learned a lot of thing from your code. I am stuck at restarting service. After close the app, in Develeoper Options/Running Services...
on the Emulator (with API level 28), the logcat shows: 1630-1630 E/Speech: Speech - Speech recognition error com.sac.speech.SpeechRecognitionException: 2 - Network error at com.sac.speech.Speech$2.onError(Speech.java:182) the error is at: ``` @Override...
First of all thanks for awesome code, all works perfectly! i have two questions for you: 1)During usage of recognizer i mentioned that recognizing my default local language(Russian) works much...