Voice command to Nao Webots simulator

182 Views Asked by At

Am trying to do an Android app to control nao robot using a webots simulator and am trying to send voice command to choreograph by my pc microphone so any ideas how to do that

1

There are 1 best solutions below

0
On

Virtual robots do not run the actual speech recognition because of licensing issues. Therefore even though you can simulate audio input on virtual robots, they cannot recognize the speech.

In theory you can replace ALSpeechRecognition by your own service and get the ALDialog APIs work with it. You could try with Vosk or Mozilla DeepSpeech, but it is quite some work!