Hello Firends ,

Any idea on how to get android Speech Recognition work with programAB without webgui ?

 

 

Thank you GroG for you reply 

the webgui is slowing down my raspi 

i want to use the android speech reco without webgui, any possible solution to add a listner ?

i got error when trying to use : 

XXX.addListener("recognized", python.name, "heard", String().getClass())
 

WebGui is required for AndroidSpeechRecognition

The reason is WebGui can process regular http or websocket (ws) requests.

But there is a big list of stuff NOT required to run AndroidSpeechRecognition

Here are some things which might be draining your RasPi's resources :

  • Browser - a browser is not required to run on the raspi
  • DeskTop - a desktop / X-windows / window manager is not required - you could be running headless