Voice commands/response to/from mycroft via phone

Increasingly, I’m wishing I could talk into an app on my phone that would merely relay my voice to mycroft, and then play back mycroft’s response. Probably a walky-talky style interface would be easiest for me to use.

Is anyone doing this sort of thing?

When my set of mark 2s get here (i.e., several of them and with better microphones) maybe I won’t be thinking about this as much, but I think it would still be nice to have the functionality when I’m away from the house, or in the yard or something.

2 Likes

Hi.

Maybe this is helpful for you:
“Mycroft commands from Android or other RTP streams”.

Thorsten

i made some work to run mycroft as a server, but it could also be a normal mycroft instance

if you feel like digging through the code https://github.com/JarbasAl/jarbas-core/tree/server/

anything that can open a websocket could be used, you could for example use ngrok to expose your home mycroft to the phone and make a webapp

some sample server clients: https://github.com/JarbasAl/jarbas-core/tree/server/mycroft/server/clients

2 Likes

thanks!!! will check these out

1 Like